public class ConversationCollection extends TypedDataCollection<Conversation>
NEXT_PAGE_REL, page, pages, type| Constructor and Description |
|---|
ConversationCollection() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Conversation> |
getPage() |
ConversationCollection |
nextPage() |
equals, fetchNextPage, getPages, getType, hashCode, hasNext, hasNextPage, next, remove, toStringpublic java.util.List<Conversation> getPage()
getPage in class TypedDataCollection<Conversation>public ConversationCollection nextPage()
nextPage in class TypedDataCollection<Conversation>