Class TemplateListResponse.Item.Data.Builder
-
- All Implemented Interfaces:
public final class TemplateListResponse.Item.Data.BuilderA builder for Data.
-
-
Method Summary
Modifier and Type Method Description final TemplateListResponse.Item.Data.Builderrouting(MessageRouting routing)final TemplateListResponse.Item.Data.Builderrouting(JsonField<MessageRouting> routing)Sets Builder.routing to an arbitrary JSON value. final TemplateListResponse.Item.Data.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final TemplateListResponse.Item.Data.BuilderputAdditionalProperty(String key, JsonValue value)final TemplateListResponse.Item.Data.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final TemplateListResponse.Item.Data.BuilderremoveAdditionalProperty(String key)final TemplateListResponse.Item.Data.BuilderremoveAllAdditionalProperties(Set<String> keys)final TemplateListResponse.Item.Databuild()Returns an immutable instance of Data. -
-
Method Detail
-
routing
final TemplateListResponse.Item.Data.Builder routing(MessageRouting routing)
-
routing
final TemplateListResponse.Item.Data.Builder routing(JsonField<MessageRouting> routing)
Sets Builder.routing to an arbitrary JSON value.
You should usually call Builder.routing with a well-typed MessageRouting value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final TemplateListResponse.Item.Data.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TemplateListResponse.Item.Data.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TemplateListResponse.Item.Data.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TemplateListResponse.Item.Data.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TemplateListResponse.Item.Data.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TemplateListResponse.Item.Data build()
Returns an immutable instance of Data.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.routing()
-
-
-
-