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
public interface PagedResponse<T> extends Page<T>, Response<List<T>>, Closeable
Response of a REST API that returns page.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default List<T>getValue()Returns the items in the page.-
Methods inherited from interface com.azure.core.util.paging.ContinuablePage
getContinuationToken, getElements
-
Methods inherited from interface com.azure.core.http.rest.Response
getHeaders, getRequest, getStatusCode
-
-