public class SubscriptionCollection extends TypedDataCollection<Subscription>
NEXT_PAGE_REL, page, pages, type| Constructor and Description |
|---|
SubscriptionCollection() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Subscription> |
getPage() |
SubscriptionCollection |
nextPage() |
java.lang.String |
toString() |
equals, fetchNextPage, getPages, getType, hashCode, hasNext, hasNextPage, next, removepublic SubscriptionCollection nextPage()
nextPage in class TypedDataCollection<Subscription>public java.util.List<Subscription> getPage()
getPage in class TypedDataCollection<Subscription>public java.lang.String toString()
toString in class TypedDataCollection<Subscription>