C - Type of the continuation token.T - Type of the elements in the page.public interface ContinuablePage<C,T>
| Modifier and Type | Method and Description |
|---|---|
C |
getContinuationToken()
Gets the reference to the next page.
|
java.util.List<T> |
getElements()
Gets an
List of elements in the page. |
java.util.List<T> getElements()
List of elements in the page.List containing the elements in the page.C getContinuationToken()
null if there isn't a next page.