Class Author


  • public class Author
    extends java.lang.Object
    Author

    Author of the message

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Author.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 status
      static Author.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      The created_at date
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email()
      The user email
      boolean equals​(java.lang.Object o)  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference()
      The external ID associated with this user
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      The user name
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber()
      The user phone number
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
      Custom Unified Fields configured in your StackOne project
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      The updated_at date
      Author withActive​(MessagingMessageActive active)
      The user active status
      Author withActive​(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageActive> active)
      The user active status
      Author withCreatedAt​(java.time.OffsetDateTime createdAt)
      The created_at date
      Author withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      The created_at date
      Author withEmail​(java.lang.String email)
      The user email
      Author withEmail​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
      The user email
      Author withExternalReference​(java.lang.String externalReference)
      The external ID associated with this user
      Author withExternalReference​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
      The external ID associated with this user
      Author withId​(java.lang.String id)
      Unique identifier
      Author withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Author withName​(java.lang.String name)
      The user name
      Author withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The user name
      Author withPhoneNumber​(java.lang.String phoneNumber)
      The user phone number
      Author withPhoneNumber​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
      The user phone number
      Author withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Author withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Author withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      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
      Author withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      The updated_at date
      Author withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      The updated_at date
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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
      • 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​(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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object