Package com.mailosaur.models
Class MessageListResult
java.lang.Object
com.mailosaur.models.MessageListResult
The result of a message listing request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionitems()Gets the individual summaries of each message forming the result.
-
Constructor Details
-
MessageListResult
public MessageListResult()
-
-
Method Details
-
items
Gets the individual summaries of each message forming the result. Summaries are returned sorted by received date, with the most recently-received messages appearing first.- Returns:
- The individual summaries of each message forming the result.
-