Class BaseTemplateTenantAssociation
-
- All Implemented Interfaces:
public final class BaseTemplateTenantAssociation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBaseTemplateTenantAssociation.BuilderA builder for BaseTemplateTenantAssociation.
-
Method Summary
Modifier and Type Method Description final Stringid()The template's id final StringcreatedAt()The timestamp at which the template was created final StringpublishedAt()The timestamp at which the template was published final StringupdatedAt()The timestamp at which the template was last updated final Stringversion()The version of the template final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_createdAt()Returns the raw JSON value of createdAt. final JsonField<String>_publishedAt()Returns the raw JSON value of publishedAt. final JsonField<String>_updatedAt()Returns the raw JSON value of updatedAt. final JsonField<String>_version()Returns the raw JSON value of version. final Map<String, JsonValue>_additionalProperties()final BaseTemplateTenantAssociation.BuildertoBuilder()final BaseTemplateTenantAssociationvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BaseTemplateTenantAssociation.Builderbuilder()Returns a mutable builder for constructing an instance of BaseTemplateTenantAssociation. -
-
Method Detail
-
publishedAt
final String publishedAt()
The timestamp at which the template was published
-
_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.
-
_createdAt
final JsonField<String> _createdAt()
Returns the raw JSON value of createdAt.
Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type.
-
_publishedAt
final JsonField<String> _publishedAt()
Returns the raw JSON value of publishedAt.
Unlike publishedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_updatedAt
final JsonField<String> _updatedAt()
Returns the raw JSON value of updatedAt.
Unlike updatedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_version
final JsonField<String> _version()
Returns the raw JSON value of version.
Unlike version, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BaseTemplateTenantAssociation.Builder toBuilder()
-
validate
final BaseTemplateTenantAssociation 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 BaseTemplateTenantAssociation.Builder builder()
Returns a mutable builder for constructing an instance of BaseTemplateTenantAssociation.
The following fields are required:
.id() .createdAt() .publishedAt() .updatedAt() .version()
-
-
-
-