Class TicketType
java.lang.Object
com.intercom.api.resources.tickets.types.TicketType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic final classstatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- String representing the object's type. Always has the value
ticket_type.
-
getId
- Returns:
- The id representing the ticket type.
-
getCategory
- Returns:
- Category of the Ticket Type.
-
getName
- Returns:
- The name of the ticket type
-
getDescription
- Returns:
- The description of the ticket type
-
getIcon
- Returns:
- The icon of the ticket type
-
getWorkspaceId
- Returns:
- The id of the workspace that the ticket type belongs to.
-
getTicketTypeAttributes
-
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
- Returns:
- The date and time the ticket type was last updated.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-