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