Package com.intercom.api.types
Class ConversationPart
java.lang.Object
com.intercom.api.types.ConversationPart
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- Always conversation_part
-
getId
- Returns:
- The id representing the conversation part.
-
getPartType
- Returns:
- The type of conversation part.
-
getBody
- Returns:
- The message body, which may contain HTML. For Twitter, this will show a generic message regarding why the body is obscured.
-
getCreatedAt
public int getCreatedAt()- Returns:
- The time the conversation part was created.
-
getUpdatedAt
- Returns:
- The last time the conversation part was updated.
-
getNotifiedAt
public int getNotifiedAt()- Returns:
- The time the user was notified with the conversation part.
-
getAssignedTo
- Returns:
- The id of the admin that was assigned the conversation by this conversation_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 conversation part
-
getRedacted
public boolean getRedacted()- Returns:
- Whether or not the conversation part has been redacted.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-