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