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