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