public interface Mail extends Content
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE |
static String |
DEFAULT_NO_SUBJECT |
static int |
MESSAGE_ID_SIZE |
static int |
MESSAGE_SUBJECT_SIZE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalSubject()
Get the canonical subject of this mail.
|
CustomContentEntityObject |
getEntity()
Gets the ContentEntityObject that backs this piece of content.
|
ConfluenceMailAddress |
getFrom() |
String |
getInReplyTo()
If this mail has an In-Reply-To header, get the message ID of the email that this message is a
response to.
|
String |
getMessageBody() |
String |
getMessageId() |
Collection<ConfluenceMailAddress> |
getRecipients() |
Collection<String> |
getReferences() |
Date |
getSentDate()
Gets the date this mail was sent;
|
Space |
getSpace()
Get the space this mail belongs to
|
String |
getSpaceKey() |
String |
getSubject()
Get the subject line of this mail.
|
static final int MESSAGE_ID_SIZE
static final int MESSAGE_SUBJECT_SIZE
static final String CONTENT_TYPE
static final String DEFAULT_NO_SUBJECT
CustomContentEntityObject getEntity()
ContentString getSpaceKey()
String getMessageId()
String getMessageBody()
String getCanonicalSubject()
getSubject()String getSubject()
String getInReplyTo()
Space getSpace()
Date getSentDate()
ConfluenceMailAddress getFrom()
Collection<ConfluenceMailAddress> getRecipients()
Collection<String> getReferences()
Copyright © 2003–2016 Atlassian. All rights reserved.