@ExperimentalApi public interface PageResponse<T> extends Iterable<T>
Modifier and Type | Method and Description |
---|---|
default Cursor |
getNextCursor() |
PageRequest |
getPageRequest() |
default Cursor |
getPrevCursor() |
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()
default Cursor getNextCursor()
default Cursor getPrevCursor()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences