Class RetrieveConversationRequest


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

      • getId

        public int getId()
        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. This affects both the body and subject fields.
      • getIncludeTranslations

        public java.util.Optional<java.lang.Boolean> getIncludeTranslations()
        Returns:
        If set to true, conversation parts will be translated to the detected language of the conversation.
      • 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