Package com.courier.models.notifications
Class NotificationTemplatePayload.Routing
-
- All Implemented Interfaces:
public final class NotificationTemplatePayload.RoutingRouting strategy reference, or null for none.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationTemplatePayload.Routing.BuilderA builder for Routing.
-
Method Summary
Modifier and Type Method Description final StringstrategyId()final JsonField<String>_strategyId()Returns the raw JSON value of strategyId. final Map<String, JsonValue>_additionalProperties()final NotificationTemplatePayload.Routing.BuildertoBuilder()final NotificationTemplatePayload.Routingvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationTemplatePayload.Routing.Builderbuilder()Returns a mutable builder for constructing an instance of Routing. -
-
Method Detail
-
strategyId
final String strategyId()
-
_strategyId
final JsonField<String> _strategyId()
Returns the raw JSON value of strategyId.
Unlike strategyId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final NotificationTemplatePayload.Routing.Builder toBuilder()
-
validate
final NotificationTemplatePayload.Routing validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static NotificationTemplatePayload.Routing.Builder builder()
Returns a mutable builder for constructing an instance of Routing.
The following fields are required:
.strategyId()
-
-
-
-