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