Class Author
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Author
-
public class Author extends java.lang.ObjectAuthorAuthor of the message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthor.Builder
-
Constructor Summary
Constructors Constructor Description Author()Author(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber, org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageActive> active, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<MessagingMessageActive>active()The user active statusstatic Author.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The created_at dateorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>email()The user emailbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>externalReference()The external ID associated with this userinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The user nameorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>phoneNumber()The user phone numberorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The updated_at dateAuthorwithActive(MessagingMessageActive active)The user active statusAuthorwithActive(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageActive> active)The user active statusAuthorwithCreatedAt(java.time.OffsetDateTime createdAt)The created_at dateAuthorwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateAuthorwithEmail(java.lang.String email)The user emailAuthorwithEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)The user emailAuthorwithExternalReference(java.lang.String externalReference)The external ID associated with this userAuthorwithExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this userAuthorwithId(java.lang.String id)Unique identifierAuthorwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAuthorwithName(java.lang.String name)The user nameAuthorwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The user nameAuthorwithPhoneNumber(java.lang.String phoneNumber)The user phone numberAuthorwithPhoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)The user phone numberAuthorwithRemoteId(java.lang.String remoteId)Provider's unique identifierAuthorwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAuthorwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAuthorwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAuthorwithUpdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateAuthorwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at date
-
-
-
Constructor Detail
-
Author
public Author(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber, org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageActive> active, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Author
public Author()
-
-
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
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
externalReference
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference()
The external ID associated with this user
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The user name
-
email
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email()
The user email
-
phoneNumber
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber()
The user phone number
-
active
public org.openapitools.jackson.nullable.JsonNullable<MessagingMessageActive> active()
The user active status
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The created_at date
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The updated_at date
-
builder
public static Author.Builder builder()
-
withId
public Author withId(java.lang.String id)
Unique identifier
-
withId
public Author withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public Author withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Author withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public Author withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public Author withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withExternalReference
public Author withExternalReference(java.lang.String externalReference)
The external ID associated with this user
-
withExternalReference
public Author withExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this user
-
withName
public Author withName(java.lang.String name)
The user name
-
withName
public Author withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The user name
-
withEmail
public Author withEmail(java.lang.String email)
The user email
-
withEmail
public Author withEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
The user email
-
withPhoneNumber
public Author withPhoneNumber(java.lang.String phoneNumber)
The user phone number
-
withPhoneNumber
public Author withPhoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
The user phone number
-
withActive
public Author withActive(MessagingMessageActive active)
The user active status
-
withActive
public Author withActive(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageActive> active)
The user active status
-
withCreatedAt
public Author withCreatedAt(java.time.OffsetDateTime createdAt)
The created_at date
-
withCreatedAt
public Author withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date
-
withUpdatedAt
public Author withUpdatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date
-
withUpdatedAt
public Author withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The updated_at date
-
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
-
-