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