Class RoutingStrategyReplaceRequest
-
- All Implemented Interfaces:
public final class RoutingStrategyReplaceRequestRequest body for replacing a routing strategy. Full document replacement; missing optional fields are cleared.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRoutingStrategyReplaceRequest.BuilderA builder for RoutingStrategyReplaceRequest.
-
Method Summary
Modifier and Type Method Description final Stringname()Human-readable name for the routing strategy. final MessageRoutingrouting()Routing tree defining channel selection method and order. final Optional<MessageChannels>channels()Per-channel delivery configuration. final Optional<String>description()Optional description. final Optional<MessageProviders>providers()Per-provider delivery configuration. final Optional<List<String>>tags()Optional tags. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<MessageRouting>_routing()Returns the raw JSON value of routing. final JsonField<MessageChannels>_channels()Returns the raw JSON value of channels. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<MessageProviders>_providers()Returns the raw JSON value of providers. final JsonField<List<String>>_tags()Returns the raw JSON value of tags. final Map<String, JsonValue>_additionalProperties()final RoutingStrategyReplaceRequest.BuildertoBuilder()final RoutingStrategyReplaceRequestvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RoutingStrategyReplaceRequest.Builderbuilder()Returns a mutable builder for constructing an instance of RoutingStrategyReplaceRequest. -
-
Method Detail
-
routing
final MessageRouting routing()
Routing tree defining channel selection method and order.
-
channels
final Optional<MessageChannels> channels()
Per-channel delivery configuration. Omit to clear.
-
description
final Optional<String> description()
Optional description. Omit or null to clear.
-
providers
final Optional<MessageProviders> providers()
Per-provider delivery configuration. Omit to clear.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_routing
final JsonField<MessageRouting> _routing()
Returns the raw JSON value of routing.
Unlike routing, this method doesn't throw if the JSON field has an unexpected type.
-
_channels
final JsonField<MessageChannels> _channels()
Returns the raw JSON value of channels.
Unlike channels, this method doesn't throw if the JSON field has an unexpected type.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_providers
final JsonField<MessageProviders> _providers()
Returns the raw JSON value of providers.
Unlike providers, this method doesn't throw if the JSON field has an unexpected type.
-
_tags
final JsonField<List<String>> _tags()
Returns the raw JSON value of tags.
Unlike tags, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RoutingStrategyReplaceRequest.Builder toBuilder()
-
validate
final RoutingStrategyReplaceRequest 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 RoutingStrategyReplaceRequest.Builder builder()
Returns a mutable builder for constructing an instance of RoutingStrategyReplaceRequest.
The following fields are required:
.name() .routing()
-
-
-
-