Class Message
java.lang.Object
com.intercom.api.resources.messages.types.Message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic final classstatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- The type of the message
-
getId
- Returns:
- The id representing the message.
-
getCreatedAt
public int getCreatedAt()- Returns:
- The time the conversation was created.
-
getSubject
- Returns:
- The subject of the message. Only present if message_type: email.
-
getBody
- Returns:
- The message body, which may contain HTML.
-
getMessageType
- Returns:
- The type of message that was sent. Can be email, inapp, facebook or twitter.
-
getConversationId
- Returns:
- The associated conversation_id
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-