Class EmailTemplate
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmailTemplate
-
public class EmailTemplate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmailTemplate.Builder
-
Constructor Summary
Constructors Constructor Description EmailTemplate()EmailTemplate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmailMessages>> messages)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmailTemplate.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()Date of creationbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<EmailMessages>>messages()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>tags()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()Date of last updateEmailTemplatewithCreatedAt(java.time.OffsetDateTime createdAt)Date of creationEmailTemplatewithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Date of creationEmailTemplatewithId(java.lang.String id)Unique identifierEmailTemplatewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierEmailTemplatewithMessages(java.util.List<EmailMessages> messages)EmailTemplatewithMessages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmailMessages>> messages)EmailTemplatewithName(java.lang.String name)EmailTemplatewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)EmailTemplatewithRemoteId(java.lang.String remoteId)Provider's unique identifierEmailTemplatewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierEmailTemplatewithTags(java.util.List<java.lang.String> tags)EmailTemplatewithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)EmailTemplatewithUpdatedAt(java.time.OffsetDateTime updatedAt)Date of last updateEmailTemplatewithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Date of last update
-
-
-
Constructor Detail
-
EmailTemplate
public EmailTemplate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmailMessages>> messages)
-
EmailTemplate
public EmailTemplate()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
-
tags
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> tags()
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
Date of creation
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
Date of last update
-
messages
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<EmailMessages>> messages()
-
builder
public static final EmailTemplate.Builder builder()
-
withId
public EmailTemplate withId(java.lang.String id)
Unique identifier
-
withId
public EmailTemplate withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public EmailTemplate withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public EmailTemplate withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public EmailTemplate withName(java.lang.String name)
-
withName
public EmailTemplate withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
withTags
public EmailTemplate withTags(java.util.List<java.lang.String> tags)
-
withTags
public EmailTemplate withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
-
withCreatedAt
public EmailTemplate withCreatedAt(java.time.OffsetDateTime createdAt)
Date of creation
-
withCreatedAt
public EmailTemplate withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Date of creation
-
withUpdatedAt
public EmailTemplate withUpdatedAt(java.time.OffsetDateTime updatedAt)
Date of last update
-
withUpdatedAt
public EmailTemplate withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Date of last update
-
withMessages
public EmailTemplate withMessages(java.util.List<EmailMessages> messages)
-
withMessages
public EmailTemplate withMessages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmailMessages>> messages)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-