Class BaseTemplateTenantAssociation.Builder
-
- All Implemented Interfaces:
public final class BaseTemplateTenantAssociation.BuilderA builder for BaseTemplateTenantAssociation.
-
-
Method Summary
-
-
Method Detail
-
id
final BaseTemplateTenantAssociation.Builder id(String id)
The template's id
-
id
final BaseTemplateTenantAssociation.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.
-
createdAt
final BaseTemplateTenantAssociation.Builder createdAt(String createdAt)
The timestamp at which the template was created
-
createdAt
final BaseTemplateTenantAssociation.Builder createdAt(JsonField<String> createdAt)
Sets Builder.createdAt to an arbitrary JSON value.
You should usually call Builder.createdAt 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 BaseTemplateTenantAssociation.Builder publishedAt(String publishedAt)
The timestamp at which the template was published
-
publishedAt
final BaseTemplateTenantAssociation.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.
-
updatedAt
final BaseTemplateTenantAssociation.Builder updatedAt(String updatedAt)
The timestamp at which the template was last updated
-
updatedAt
final BaseTemplateTenantAssociation.Builder updatedAt(JsonField<String> updatedAt)
Sets Builder.updatedAt to an arbitrary JSON value.
You should usually call Builder.updatedAt 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 BaseTemplateTenantAssociation.Builder version(String version)
The version of the template
-
version
final BaseTemplateTenantAssociation.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 BaseTemplateTenantAssociation.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BaseTemplateTenantAssociation.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BaseTemplateTenantAssociation.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BaseTemplateTenantAssociation.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BaseTemplateTenantAssociation.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BaseTemplateTenantAssociation build()
Returns an immutable instance of BaseTemplateTenantAssociation.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .createdAt() .publishedAt() .updatedAt() .version()
-
-
-
-