Uses of Interface
com.azure.core.http.rest.Page
Packages that use Page
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
-
Uses of Page in com.azure.core.http.rest
Subinterfaces of Page in com.azure.core.http.restModifier and TypeInterfaceDescriptioninterfaceResponse of a REST API that returns page.Classes in com.azure.core.http.rest that implement PageModifier and TypeClassDescriptionclassPagedResponseBase<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 PageModifierConstructorDescriptionPagedResponseBase(HttpRequest request, int statusCode, HttpHeaders headers, Page<T> page, H deserializedHeaders) Creates a new instance of the PagedResponseBase type.