Package com.azure.core.http.rest
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
Response of a REST API that returns page.
- See Also:
-
Method Summary
Methods inherited from interface com.azure.core.util.paging.ContinuablePage
getContinuationToken, getElementsMethods inherited from interface com.azure.core.http.rest.Response
getHeaders, getRequest, getStatusCode