-
- All Implemented Interfaces:
public final class MessageListData container class for Message Center message list.
-
-
Constructor Summary
Constructors Constructor Description MessageList(List<Message> messages, String endsWith, Boolean hasMore)
-
Method Summary
Modifier and Type Method Description final List<Message>getMessages()final StringgetEndsWith()final BooleangetHasMore()-
-
Method Detail
-
getMessages
final List<Message> getMessages()
-
getEndsWith
final String getEndsWith()
-
getHasMore
final Boolean getHasMore()
-
-
-
-