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