Class TicketTypeAttributeList

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

public final class TicketTypeAttributeList extends Object
  • Method Details

    • getType

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

      public List<TicketTypeAttribute> getTicketTypeAttributes()
      Returns:
      A list of ticket type attributes associated with a given ticket type.
    • 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 TicketTypeAttributeList.Builder builder()