Class UpdateConversationRequest


  • public final class UpdateConversationRequest
    extends java.lang.Object
    • Method Detail

      • getConversationId

        public java.lang.String getConversationId()
        Returns:
        The id of the conversation to target
      • getDisplayAs

        public java.util.Optional<java.lang.String> getDisplayAs()
        Returns:
        Set to plaintext to retrieve conversation messages in plain text.
      • getRead

        public java.util.Optional<java.lang.Boolean> getRead()
        Returns:
        Mark a conversation as read within Intercom.
      • getTitle

        public java.util.Optional<java.lang.String> getTitle()
        Returns:
        The title given to the conversation
      • getCompanyId

        public java.util.Optional<java.lang.String> getCompanyId()
        Returns:
        The ID of the company that the conversation is associated with. The unique identifier for the company which is given by Intercom. Set to nil to remove company.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

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