Class TemplateListResponse.Item.Data
-
- All Implemented Interfaces:
public final class TemplateListResponse.Item.DataThe template's data containing it's routing configs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTemplateListResponse.Item.Data.BuilderA builder for Data.
-
Method Summary
Modifier and Type Method Description final MessageRoutingrouting()final JsonField<MessageRouting>_routing()Returns the raw JSON value of routing. final Map<String, JsonValue>_additionalProperties()final TemplateListResponse.Item.Data.BuildertoBuilder()final TemplateListResponse.Item.Datavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TemplateListResponse.Item.Data.Builderbuilder()Returns a mutable builder for constructing an instance of Data. -
-
Method Detail
-
routing
final MessageRouting routing()
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TemplateListResponse.Item.Data.Builder toBuilder()
-
validate
final TemplateListResponse.Item.Data 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 TemplateListResponse.Item.Data.Builder builder()
Returns a mutable builder for constructing an instance of Data.
The following fields are required:
.routing()
-
-
-
-