Class TicketType


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

      • getType

        public java.lang.String getType()
        Returns:
        String representing the object's type. Always has the value ticket_type.
      • getId

        public java.lang.String getId()
        Returns:
        The id representing the ticket type.
      • getName

        public java.lang.String getName()
        Returns:
        The name of the ticket type
      • getDescription

        public java.lang.String getDescription()
        Returns:
        The description of the ticket type
      • getIcon

        public java.lang.String getIcon()
        Returns:
        The icon of the ticket type
      • getWorkspaceId

        public java.lang.String getWorkspaceId()
        Returns:
        The id of the workspace that the ticket type belongs to.
      • getArchived

        public boolean getArchived()
        Returns:
        Whether the ticket type is archived or not.
      • getCreatedAt

        public int getCreatedAt()
        Returns:
        The date and time the ticket type was created.
      • getUpdatedAt

        public java.util.Optional<java.lang.Integer> getUpdatedAt()
        Returns:
        The date and time the ticket type was last updated.
      • 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