Class PushTemplate
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.PushTemplate
-
public class PushTemplate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPushTemplate.Builder
-
Constructor Summary
Constructors Constructor Description PushTemplate()PushTemplate(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<PushMessages>> messages)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PushTemplate.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<PushMessages>>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 updatePushTemplatewithCreatedAt(java.time.OffsetDateTime createdAt)Date of creationPushTemplatewithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Date of creationPushTemplatewithId(java.lang.String id)Unique identifierPushTemplatewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierPushTemplatewithMessages(java.util.List<PushMessages> messages)PushTemplatewithMessages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<PushMessages>> messages)PushTemplatewithName(java.lang.String name)PushTemplatewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)PushTemplatewithRemoteId(java.lang.String remoteId)Provider's unique identifierPushTemplatewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierPushTemplatewithTags(java.util.List<java.lang.String> tags)PushTemplatewithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)PushTemplatewithUpdatedAt(java.time.OffsetDateTime updatedAt)Date of last updatePushTemplatewithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Date of last update
-
-
-
Constructor Detail
-
PushTemplate
public PushTemplate(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<PushMessages>> messages)
-
PushTemplate
public PushTemplate()
-
-
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<PushMessages>> messages()
-
builder
public static PushTemplate.Builder builder()
-
withId
public PushTemplate withId(java.lang.String id)
Unique identifier
-
withId
public PushTemplate withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public PushTemplate withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public PushTemplate withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public PushTemplate withName(java.lang.String name)
-
withName
public PushTemplate withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
withTags
public PushTemplate withTags(java.util.List<java.lang.String> tags)
-
withTags
public PushTemplate withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
-
withCreatedAt
public PushTemplate withCreatedAt(java.time.OffsetDateTime createdAt)
Date of creation
-
withCreatedAt
public PushTemplate withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Date of creation
-
withUpdatedAt
public PushTemplate withUpdatedAt(java.time.OffsetDateTime updatedAt)
Date of last update
-
withUpdatedAt
public PushTemplate withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Date of last update
-
withMessages
public PushTemplate withMessages(java.util.List<PushMessages> messages)
-
withMessages
public PushTemplate withMessages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<PushMessages>> 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
-
-