Class TicketTypeList

java.lang.Object
com.intercom.api.types.TicketTypeList

public final class TicketTypeList extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      String representing the object's type. Always has the value ticket_type.list.
    • getTicketTypes

      public List<TicketType> getTicketTypes()
      Returns:
      A list of ticket_types associated with a given workspace.
    • 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 TicketTypeList.Builder builder()