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