Class CreateTicketTypeRequest

java.lang.Object
com.intercom.api.resources.tickettypes.requests.CreateTicketTypeRequest

public final class CreateTicketTypeRequest extends Object
  • Method Details

    • getName

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

      public Optional<String> getDescription()
      Returns:
      The description of the ticket type.
    • getCategory

      Returns:
      Category of the Ticket Type.
    • getIcon

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

      public Optional<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(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static CreateTicketTypeRequest.NameStage builder()