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