Class RoutingStrategyGetResponse
-
- All Implemented Interfaces:
public final class RoutingStrategyGetResponseFull routing strategy entity returned by GET.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRoutingStrategyGetResponse.BuilderA builder for RoutingStrategyGetResponse.
-
Method Summary
Modifier and Type Method Description final Stringid()The routing strategy ID (rs_ prefix). final MessageChannelschannels()Per-channel delivery configuration. final Longcreated()Epoch milliseconds when the strategy was created. final Stringcreator()User ID of the creator. final Stringname()Human-readable name. final MessageProvidersproviders()Per-provider delivery configuration. final MessageRoutingrouting()Routing tree defining channel selection method and order. final Optional<String>description()Description of the routing strategy. final Optional<List<String>>tags()Tags for categorization. final Optional<Long>updated()Epoch milliseconds of last update. final Optional<String>updater()User ID of the last updater. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<MessageChannels>_channels()Returns the raw JSON value of channels. final JsonField<Long>_created()Returns the raw JSON value of created. final JsonField<String>_creator()Returns the raw JSON value of creator. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<MessageProviders>_providers()Returns the raw JSON value of providers. final JsonField<MessageRouting>_routing()Returns the raw JSON value of routing. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<List<String>>_tags()Returns the raw JSON value of tags. final JsonField<Long>_updated()Returns the raw JSON value of updated. final JsonField<String>_updater()Returns the raw JSON value of updater. final Map<String, JsonValue>_additionalProperties()final RoutingStrategyGetResponse.BuildertoBuilder()final RoutingStrategyGetResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RoutingStrategyGetResponse.Builderbuilder()Returns a mutable builder for constructing an instance of RoutingStrategyGetResponse. -
-
Method Detail
-
channels
final MessageChannels channels()
Per-channel delivery configuration. May be empty.
-
providers
final MessageProviders providers()
Per-provider delivery configuration. May be empty.
-
routing
final MessageRouting routing()
Routing tree defining channel selection method and order.
-
description
final Optional<String> description()
Description of the routing strategy.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, 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.
-
_created
final JsonField<Long> _created()
Returns the raw JSON value of created.
Unlike created, this method doesn't throw if the JSON field has an unexpected type.
-
_creator
final JsonField<String> _creator()
Returns the raw JSON value of creator.
Unlike creator, this method doesn't throw if the JSON field has an unexpected type.
-
_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.
-
_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.
-
_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.
-
_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.
-
_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.
-
_updated
final JsonField<Long> _updated()
Returns the raw JSON value of updated.
Unlike updated, this method doesn't throw if the JSON field has an unexpected type.
-
_updater
final JsonField<String> _updater()
Returns the raw JSON value of updater.
Unlike updater, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RoutingStrategyGetResponse.Builder toBuilder()
-
validate
final RoutingStrategyGetResponse 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 RoutingStrategyGetResponse.Builder builder()
Returns a mutable builder for constructing an instance of RoutingStrategyGetResponse.
The following fields are required:
.id() .channels() .created() .creator() .name() .providers() .routing()
-
-
-
-