Interface Page<T>
- Type Parameters:
T- Type of items in the page response.
- All Superinterfaces:
ContinuablePage<String,T>
- All Known Subinterfaces:
PagedResponse<T>
- All Known Implementing Classes:
PagedResponseBase
Represents a paginated REST response from the service.
-
Method Summary
Methods inherited from interface ContinuablePage
getContinuationToken, getElements
-
Method Details
-
getItems
Deprecated.Get list of elements in the page.- Returns:
- the page elements
-
ContinuablePage.getElements().