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