Class TicketPart
java.lang.Object
com.intercom.api.resources.tickets.types.TicketPart
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic final classstatic final classstatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- Always ticket_part
-
getId
- Returns:
- The id representing the ticket part.
-
getPartType
- Returns:
- The type of ticket part.
-
getBody
- Returns:
- The message body, which may contain HTML.
-
getPreviousTicketState
- Returns:
- The previous state of the ticket.
-
getTicketState
- Returns:
- The state of the ticket.
-
getCreatedAt
public int getCreatedAt()- Returns:
- The time the ticket part was created.
-
getUpdatedAt
- Returns:
- The last time the ticket part was updated.
-
getAssignedTo
- Returns:
- The id of the admin that was assigned the ticket by this ticket_part (null if there has been no change in assignment.)
-
getAuthor
-
getAttachments
- Returns:
- A list of attachments for the part.
-
getExternalId
- Returns:
- The external id of the ticket part
-
getRedacted
- Returns:
- Whether or not the ticket part has been redacted.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-