T - Resultspublic class Page<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getNextCursor()
Value to be used for cursor to receive the next slice (or page).
|
T |
getResults()
Returns the current page results.
|
CompletableFuture<Page<T>> |
nextPage()
Returns the next results set.
|
public T getResults()
public CompletableFuture<Page<T>> nextPage()
public String getNextCursor()
Copyright © 2019. All rights reserved.