Class CreateTicketTypeRequest


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

      • getName

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

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

        public java.util.Optional<java.lang.String> getIcon()
        Returns:
        The icon of the ticket type.
      • getIsInternal

        public java.util.Optional<java.lang.Boolean> getIsInternal()
        Returns:
        Whether the tickets associated with this ticket type are intended for internal use only or will be shared with customers. This is currently a limited attribute.
      • 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