public class AdminCollection extends TypedDataCollection<Admin> implements java.util.Iterator<Admin>
| Modifier and Type | Field and Description |
|---|---|
protected io.intercom.api.TypedDataCollectionIterator<Admin> |
iterator |
NEXT_PAGE_REL, pageItems, pages, type| Constructor and Description |
|---|
AdminCollection() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Admin> |
getPageItems() |
boolean |
hasNext() |
Admin |
next() |
AdminCollection |
nextPage() |
void |
remove() |
equals, fetchNextPage, getPages, getType, hashCode, hasNextPage, toStringprotected io.intercom.api.TypedDataCollectionIterator<Admin> iterator
public AdminCollection nextPage()
nextPage in class TypedDataCollection<Admin>public java.util.List<Admin> getPageItems()
getPageItems in class TypedDataCollection<Admin>public boolean hasNext()
hasNext in interface java.util.Iterator<Admin>public void remove()
remove in interface java.util.Iterator<Admin>