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