Uses of Interface
com.azure.core.http.rest.Page
-
Packages that use Page Package Description com.azure.core.http.rest Package containing REST-related APIs. -
-
Uses of Page in com.azure.core.http.rest
Subinterfaces of Page in com.azure.core.http.rest Modifier and Type Interface Description interfacePagedResponse<T>Response of a REST API that returns page.Classes in com.azure.core.http.rest that implement Page Modifier and Type Class Description classPagedResponseBase<H,T>Represents an HTTP response that contains a list of items deserialized into aPage.Constructors in com.azure.core.http.rest with parameters of type Page Constructor Description PagedResponseBase(HttpRequest request, int statusCode, HttpHeaders headers, Page<T> page, H deserializedHeaders)Creates a new instance of the PagedResponseBase type.
-