C
- The type of the continuation token.T
- Type of items in the page response.public interface Page<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. |