@ExperimentalApi public interface PageResponse<T> extends Iterable<T>
Modifier and Type | Method and Description |
---|---|
PageRequest |
getPageRequest() |
List<T> |
getResults() |
boolean |
hasMore()
Indicates whether the source has more results after this page.
|
int |
size() |
forEach, iterator, spliterator
int size()
boolean hasMore()
PageRequest getPageRequest()
Copyright © 2003–2017 Atlassian. All rights reserved.