public interface MessageSocialComponent extends SocialComponent
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_RESOURCE_TYPE
Resource type for message.
|
static String |
PN_MESSAGE_CONTENT
property to specify message content.
|
static String |
PN_MESSAGE_DELETED
property to specify trashed or not.
|
static String |
PN_MESSAGE_ID
property to specify message id.
|
static String |
PN_MESSAGE_READ
property to specify to specify read or unread.
|
static String |
PN_MESSAGE_RECIPIENT_NAMES
property to specify recipients' names.
|
static String |
PN_MESSAGE_RECIPIENTS
property to specify recipients.
|
static String |
PN_MESSAGE_SENDER
property to specify sender id.
|
static String |
PN_MESSAGE_SENDER_NAME
property to specify sender name.
|
static String |
PN_MESSAGE_SIZE
property name for size of message.
|
static String |
PN_MESSAGE_SUBJECT
property to specify message subject.
|
static String |
PN_MESSAGE_TIMESTAMP
property to specify time stamp of message.
|
DEFAULT_SELECTOR, INDEX_SELECTOR, QUERY_SELECTOR, TRANSLATE_SELECTOR
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
getAttachments()
Get message attachments.
|
String |
getContent() |
Map<String,Object> |
getCustomProperties() |
String |
getMessageBoxPath() |
String |
getMessageBoxRelativePath()
Get the relative path of this message's message box from the user's node.
|
String |
getMessageID() |
List<MessagingUser> |
getRecipients()
Get recipients of a message.
|
List<String> |
getRecipientsNames()
Get the names of the recipients of a message
|
MessagingUser |
getSender()
Get message sender.
|
String |
getSubject() |
Calendar |
getTimestamp() |
boolean |
isDeleted() |
boolean |
isRead() |
getAsMap, getFriendlyUrl, getId, getParentComponent, getProperties, getResource, getResourceType, getSourceComponent, getUrl, toJSONString
static final String MESSAGE_RESOURCE_TYPE
static final String PN_MESSAGE_ID
static final String PN_MESSAGE_RECIPIENTS
static final String PN_MESSAGE_SENDER_NAME
static final String PN_MESSAGE_RECIPIENT_NAMES
static final String PN_MESSAGE_SUBJECT
static final String PN_MESSAGE_CONTENT
static final String PN_MESSAGE_SENDER
static final String PN_MESSAGE_READ
static final String PN_MESSAGE_DELETED
static final String PN_MESSAGE_TIMESTAMP
static final String PN_MESSAGE_SIZE
String getSubject()
String getContent()
Calendar getTimestamp()
String getMessageBoxRelativePath()
List<Attachment> getAttachments() throws MessageException
Attachment
s.MessageException
- MessageException
if there is error fetching attachments.MessagingUser getSender()
MessagingUser
.List<MessagingUser> getRecipients()
MessagingUser
.List<String> getRecipientsNames()
boolean isRead()
boolean isDeleted()
String getMessageID()
String getMessageBoxPath()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"