Class Ticket
java.lang.Object
com.intercom.api.resources.tickets.types.Ticket
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- Always ticket
-
getId
- Returns:
- The unique identifier for the ticket which is given by Intercom.
-
getTicketId
- Returns:
- The ID of the Ticket used in the Intercom Inbox and Messenger. Do not use ticket_id for API queries.
-
getCategory
- Returns:
- Category of the Ticket.
-
getTicketAttributes
-
getTicketState
- Returns:
- The state the ticket is currently in
-
getTicketType
-
getContacts
-
getAdminAssigneeId
- Returns:
- The id representing the admin assigned to the ticket.
-
getTeamAssigneeId
- Returns:
- The id representing the team assigned to the ticket.
-
getCreatedAt
- Returns:
- The time the ticket was created as a UTC Unix timestamp.
-
getUpdatedAt
- Returns:
- The last time the ticket was updated as a UTC Unix timestamp.
-
getOpen
- Returns:
- Whether or not the ticket is open. If false, the ticket is closed.
-
getSnoozedUntil
- Returns:
- The time the ticket will be snoozed until as a UTC Unix timestamp. If null, the ticket is not currently snoozed.
-
getLinkedObjects
-
getTicketParts
-
getTicketStateInternalLabel
- Returns:
- The state the ticket is currently in, in a human readable form - visible in Intercom
-
getTicketStateExternalLabel
- Returns:
- The state the ticket is currently in, in a human readable form - visible to customers, in the messenger, email and tickets portal.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-