Package com.mailosaur.models
Class MessageSummary
java.lang.Object
com.mailosaur.models.BaseModel
com.mailosaur.models.MessageSummary
The MessageSummary model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the number of attachments associated with the message.bcc()Gets the blind carbon-copied recipients for email messages.cc()Gets the carbon-copied recipients for email messages.from()Gets the sender of the message.id()Get the unique identifier for the message.com.google.api.client.util.DateTimereceived()Gets the date/time that this message was received by Mailosaur.server()Gets the identifier for the server in which the message is located.subject()Gets the subject of the message.summary()Gets a short, summarized version of the message content.to()Gets the recipients of the message.type()Gets the type of message.Methods inherited from class com.mailosaur.models.BaseModel
nullableString
-
Constructor Details
-
MessageSummary
public MessageSummary()
-
-
Method Details
-
id
Get the unique identifier for the message.- Returns:
- Unique identifier for the message.
-
type
Gets the type of message.- Returns:
- The type of message.
-
from
Gets the sender of the message.- Returns:
- The sender of the message.
-
to
Gets the recipients of the message.- Returns:
- The recipients of the message.
-
cc
Gets the carbon-copied recipients for email messages.- Returns:
- The carbon-copied recipients for email messages.
-
bcc
Gets the blind carbon-copied recipients for email messages.- Returns:
- The blind carbon-copied recipients for email messages.
-
received
public com.google.api.client.util.DateTime received()Gets the date/time that this message was received by Mailosaur.- Returns:
- The date/time that this message was received by Mailosaur.
-
subject
Gets the subject of the message.- Returns:
- The subject of the message.
-
summary
Gets a short, summarized version of the message content.- Returns:
- A short, summarized version of the message content.
-
attachments
Gets the number of attachments associated with the message.- Returns:
- The number of attachments associated with the message.
-
server
Gets the identifier for the server in which the message is located.- Returns:
- Identifier for the server in which the message is located.
-