Class TicketState


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

      • getType

        public java.util.Optional<java.lang.String> getType()
        Returns:
        String representing the object's type. Always has the value ticket_state.
      • getId

        public java.util.Optional<java.lang.String> getId()
        Returns:
        The id of the ticket state
      • getCategory

        public java.util.Optional<TicketState.Category> getCategory()
        Returns:
        The category of the ticket state
      • getInternalLabel

        public java.util.Optional<java.lang.String> getInternalLabel()
        Returns:
        The state the ticket is currently in, in a human readable form - visible in Intercom
      • getExternalLabel

        public java.util.Optional<java.lang.String> getExternalLabel()
        Returns:
        The state the ticket is currently in, in a human readable form - visible to customers, in the messenger, email and tickets portal.
      • 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