Class PostTenantTemplatePublishResponse.Builder
-
- All Implemented Interfaces:
public final class PostTenantTemplatePublishResponse.BuilderA builder for PostTenantTemplatePublishResponse.
-
-
Method Summary
-
-
Method Detail
-
id
final PostTenantTemplatePublishResponse.Builder id(String id)
The template ID
-
id
final PostTenantTemplatePublishResponse.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
publishedAt
final PostTenantTemplatePublishResponse.Builder publishedAt(String publishedAt)
The timestamp when the template was published
-
publishedAt
final PostTenantTemplatePublishResponse.Builder publishedAt(JsonField<String> publishedAt)
Sets Builder.publishedAt to an arbitrary JSON value.
You should usually call Builder.publishedAt with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
version
final PostTenantTemplatePublishResponse.Builder version(String version)
The published version of the template
-
version
final PostTenantTemplatePublishResponse.Builder version(JsonField<String> version)
Sets Builder.version to an arbitrary JSON value.
You should usually call Builder.version with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final PostTenantTemplatePublishResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final PostTenantTemplatePublishResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final PostTenantTemplatePublishResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final PostTenantTemplatePublishResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final PostTenantTemplatePublishResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final PostTenantTemplatePublishResponse build()
Returns an immutable instance of PostTenantTemplatePublishResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .publishedAt() .version()
-
-
-
-