T - the type of items fetchedpublic static class AbstractPageFetcher.Page<T> extends Object
| Constructor and Description |
|---|
Page(List<T> items,
BigInteger totalNumItems,
Boolean hasMoreItems) |
Page(List<T> items,
long totalNumItems,
boolean hasMoreItems) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getHasMoreItems() |
List<T> |
getItems() |
Long |
getTotalNumItems() |
public Page(List<T> items, BigInteger totalNumItems, Boolean hasMoreItems)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.