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