Class MessagingMessageResultAuthor
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MessagingMessageResultAuthor
-
public class MessagingMessageResultAuthor extends java.lang.ObjectMessagingMessageResultAuthorAuthor of the message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagingMessageResultAuthor.Builder
-
Constructor Summary
Constructors Constructor Description MessagingMessageResultAuthor()MessagingMessageResultAuthor(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 MessagingMessageResultActive> 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<MessagingMessageResultActive>active()The user active statusstatic MessagingMessageResultAuthor.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 dateMessagingMessageResultAuthorwithActive(MessagingMessageResultActive active)The user active statusMessagingMessageResultAuthorwithActive(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageResultActive> active)The user active statusMessagingMessageResultAuthorwithCreatedAt(java.time.OffsetDateTime createdAt)The created_at dateMessagingMessageResultAuthorwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateMessagingMessageResultAuthorwithEmail(java.lang.String email)The user emailMessagingMessageResultAuthorwithEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)The user emailMessagingMessageResultAuthorwithExternalReference(java.lang.String externalReference)The external ID associated with this userMessagingMessageResultAuthorwithExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this userMessagingMessageResultAuthorwithId(java.lang.String id)Unique identifierMessagingMessageResultAuthorwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierMessagingMessageResultAuthorwithName(java.lang.String name)The user nameMessagingMessageResultAuthorwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The user nameMessagingMessageResultAuthorwithPhoneNumber(java.lang.String phoneNumber)The user phone numberMessagingMessageResultAuthorwithPhoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)The user phone numberMessagingMessageResultAuthorwithRemoteId(java.lang.String remoteId)Provider's unique identifierMessagingMessageResultAuthorwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierMessagingMessageResultAuthorwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectMessagingMessageResultAuthorwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectMessagingMessageResultAuthorwithUpdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateMessagingMessageResultAuthorwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at date
-
-
-
Constructor Detail
-
MessagingMessageResultAuthor
public MessagingMessageResultAuthor(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 MessagingMessageResultActive> active, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
MessagingMessageResultAuthor
public MessagingMessageResultAuthor()
-
-
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<MessagingMessageResultActive> 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 MessagingMessageResultAuthor.Builder builder()
-
withId
public MessagingMessageResultAuthor withId(java.lang.String id)
Unique identifier
-
withId
public MessagingMessageResultAuthor withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public MessagingMessageResultAuthor withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public MessagingMessageResultAuthor withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public MessagingMessageResultAuthor withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public MessagingMessageResultAuthor 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 MessagingMessageResultAuthor withExternalReference(java.lang.String externalReference)
The external ID associated with this user
-
withExternalReference
public MessagingMessageResultAuthor withExternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this user
-
withName
public MessagingMessageResultAuthor withName(java.lang.String name)
The user name
-
withName
public MessagingMessageResultAuthor withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The user name
-
withEmail
public MessagingMessageResultAuthor withEmail(java.lang.String email)
The user email
-
withEmail
public MessagingMessageResultAuthor withEmail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
The user email
-
withPhoneNumber
public MessagingMessageResultAuthor withPhoneNumber(java.lang.String phoneNumber)
The user phone number
-
withPhoneNumber
public MessagingMessageResultAuthor withPhoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
The user phone number
-
withActive
public MessagingMessageResultAuthor withActive(MessagingMessageResultActive active)
The user active status
-
withActive
public MessagingMessageResultAuthor withActive(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageResultActive> active)
The user active status
-
withCreatedAt
public MessagingMessageResultAuthor withCreatedAt(java.time.OffsetDateTime createdAt)
The created_at date
-
withCreatedAt
public MessagingMessageResultAuthor withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date
-
withUpdatedAt
public MessagingMessageResultAuthor withUpdatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date
-
withUpdatedAt
public MessagingMessageResultAuthor 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
-
-