Class ConversationAllOf


  • public class ConversationAllOf
    extends java.lang.Object
    ConversationAllOf
    • Field Detail

      • JSON_PROPERTY_IS_DEFAULT

        public static final java.lang.String JSON_PROPERTY_IS_DEFAULT
        See Also:
        Constant Field Values
      • JSON_PROPERTY_DISPLAY_NAME

        public static final java.lang.String JSON_PROPERTY_DISPLAY_NAME
        See Also:
        Constant Field Values
      • JSON_PROPERTY_DESCRIPTION

        public static final java.lang.String JSON_PROPERTY_DESCRIPTION
        See Also:
        Constant Field Values
      • JSON_PROPERTY_ICON_URL

        public static final java.lang.String JSON_PROPERTY_ICON_URL
        See Also:
        Constant Field Values
      • JSON_PROPERTY_BUSINESS_LAST_READ

        public static final java.lang.String JSON_PROPERTY_BUSINESS_LAST_READ
        See Also:
        Constant Field Values
      • JSON_PROPERTY_LAST_UPDATED_AT

        public static final java.lang.String JSON_PROPERTY_LAST_UPDATED_AT
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConversationAllOf

        public ConversationAllOf()
    • Method Detail

      • getIsDefault

        @Nullable
        public java.lang.Boolean getIsDefault()
        Whether the conversation is the default conversation for the user. Will be true for the first personal conversation created for the user, and false in all other cases.
        Returns:
        isDefault
      • setIsDefault

        public void setIsDefault​(java.lang.Boolean isDefault)
      • displayName

        public ConversationAllOf displayName​(java.lang.String displayName)
      • getDisplayName

        @Nullable
        public java.lang.String getDisplayName()
        A friendly name for the conversation, may be displayed to the business or the user.
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
      • description

        public ConversationAllOf description​(java.lang.String description)
      • getDescription

        @Nullable
        public java.lang.String getDescription()
        A short text describing the conversation.
        Returns:
        description
      • getDescription_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getDescription_JsonNullable()
      • setDescription_JsonNullable

        public void setDescription_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      • setDescription

        public void setDescription​(java.lang.String description)
      • getIconUrl

        @Nullable
        public java.net.URI getIconUrl()
        A custom conversation icon url. The image must be in either JPG, PNG, or GIF format
        Returns:
        iconUrl
      • getIconUrl_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<java.net.URI> getIconUrl_JsonNullable()
      • setIconUrl_JsonNullable

        public void setIconUrl_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<java.net.URI> iconUrl)
      • setIconUrl

        public void setIconUrl​(java.net.URI iconUrl)
      • businessLastRead

        public ConversationAllOf businessLastRead​(java.lang.String businessLastRead)
      • getBusinessLastRead

        @Nullable
        public java.lang.String getBusinessLastRead()
        A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing the moment the conversation was last marked as read with role business.
        Returns:
        businessLastRead
      • getBusinessLastRead_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getBusinessLastRead_JsonNullable()
      • setBusinessLastRead_JsonNullable

        public void setBusinessLastRead_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> businessLastRead)
      • setBusinessLastRead

        public void setBusinessLastRead​(java.lang.String businessLastRead)
      • lastUpdatedAt

        public ConversationAllOf lastUpdatedAt​(java.lang.String lastUpdatedAt)
      • getLastUpdatedAt

        @Nullable
        public java.lang.String getLastUpdatedAt()
        A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing the moment the last message was received in the conversation, or the creation time if no messages have been received yet.
        Returns:
        lastUpdatedAt
      • getLastUpdatedAt_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getLastUpdatedAt_JsonNullable()
      • setLastUpdatedAt_JsonNullable

        public void setLastUpdatedAt_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> lastUpdatedAt)
      • setLastUpdatedAt

        public void setLastUpdatedAt​(java.lang.String lastUpdatedAt)
      • 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