public static class
PaginationIterable.Page
extends Object
Represents set of items and optional continuation token to fetch additional items.
Public Constructor Summary
PaginationIterable.Page(List<T> results, Optional<Q> nextPageToken)
Creates
PaginationIterable.Page with given set of items and continuation token |
Inherited Method Summary
Public Constructors
public PaginationIterable.Page (List<T> results, Optional<Q> nextPageToken)
Creates PaginationIterable.Page
with given set of items and continuation token
Parameters
results | set of items part of current page |
---|---|
nextPageToken | optional continuation token to fetch next page |