Interface PagedResponse<T>
- Type Parameters:
T- The type of items in the page.
- All Superinterfaces:
AutoCloseable, Closeable, ContinuablePage<String,T>, Page<T>, Response<List<T>>
- All Known Implementing Classes:
PagedResponseBase
-
Method Summary
Methods inherited from interface ContinuablePage
getContinuationToken, getElementsMethods inherited from interface Response
getHeaders, getRequest, getStatusCode
-
Method Details
-
getValue
-