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