Class InAppTemplate
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.InAppTemplate
-
public class InAppTemplate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInAppTemplate.Builder
-
Constructor Summary
Constructors Constructor Description InAppTemplate()InAppTemplate(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<InAppMessages>> messages)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InAppTemplate.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<InAppMessages>>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 updateInAppTemplatewithCreatedAt(java.time.OffsetDateTime createdAt)Date of creationInAppTemplatewithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Date of creationInAppTemplatewithId(java.lang.String id)Unique identifierInAppTemplatewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierInAppTemplatewithMessages(java.util.List<InAppMessages> messages)InAppTemplatewithMessages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InAppMessages>> messages)InAppTemplatewithName(java.lang.String name)InAppTemplatewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)InAppTemplatewithRemoteId(java.lang.String remoteId)Provider's unique identifierInAppTemplatewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierInAppTemplatewithTags(java.util.List<java.lang.String> tags)InAppTemplatewithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)InAppTemplatewithUpdatedAt(java.time.OffsetDateTime updatedAt)Date of last updateInAppTemplatewithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Date of last update
-
-
-
Constructor Detail
-
InAppTemplate
public InAppTemplate(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<InAppMessages>> messages)
-
InAppTemplate
public InAppTemplate()
-
-
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<InAppMessages>> messages()
-
builder
public static InAppTemplate.Builder builder()
-
withId
public InAppTemplate withId(java.lang.String id)
Unique identifier
-
withId
public InAppTemplate withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public InAppTemplate withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public InAppTemplate withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public InAppTemplate withName(java.lang.String name)
-
withName
public InAppTemplate withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
withTags
public InAppTemplate withTags(java.util.List<java.lang.String> tags)
-
withTags
public InAppTemplate withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
-
withCreatedAt
public InAppTemplate withCreatedAt(java.time.OffsetDateTime createdAt)
Date of creation
-
withCreatedAt
public InAppTemplate withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Date of creation
-
withUpdatedAt
public InAppTemplate withUpdatedAt(java.time.OffsetDateTime updatedAt)
Date of last update
-
withUpdatedAt
public InAppTemplate withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Date of last update
-
withMessages
public InAppTemplate withMessages(java.util.List<InAppMessages> messages)
-
withMessages
public InAppTemplate withMessages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<InAppMessages>> 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
-
-