Class RoutingStrategySummary
-
- All Implemented Interfaces:
public final class RoutingStrategySummaryRouting strategy metadata returned in list responses. Does not include routing/channels/providers content.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRoutingStrategySummary.BuilderA builder for RoutingStrategySummary.
-
Method Summary
Modifier and Type Method Description final Stringid()The routing strategy ID (rs_ prefix). final Longcreated()Epoch milliseconds when the strategy was created. final Stringcreator()User ID of the creator. final Stringname()Human-readable name. 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<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<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 RoutingStrategySummary.BuildertoBuilder()final RoutingStrategySummaryvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RoutingStrategySummary.Builderbuilder()Returns a mutable builder for constructing an instance of RoutingStrategySummary. -
-
Method Detail
-
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.
-
_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.
-
_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 RoutingStrategySummary.Builder toBuilder()
-
validate
final RoutingStrategySummary 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 RoutingStrategySummary.Builder builder()
Returns a mutable builder for constructing an instance of RoutingStrategySummary.
The following fields are required:
.id() .created() .creator() .name()
-
-
-
-