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