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