Uses of Interface
com.azure.core.util.paging.ContinuablePage
-
Packages that use ContinuablePage Package Description com.azure.core.http.rest Package containing REST-related APIs.com.azure.core.util.paging Package containing paging abstraction. -
-
Uses of ContinuablePage in com.azure.core.http.rest
Subinterfaces of ContinuablePage in com.azure.core.http.rest Modifier and Type Interface Description interfacePage<T>Represents a paginated REST response from the service.interfacePagedResponse<T>Response of a REST API that returns page.Classes in com.azure.core.http.rest that implement ContinuablePage Modifier and Type Class Description classPagedResponseBase<H,T>Represents an HTTP response that contains a list of items deserialized into aPage. -
Uses of ContinuablePage in com.azure.core.util.paging
Classes in com.azure.core.util.paging with type parameters of type ContinuablePage Modifier and Type Class Description classContinuablePagedFlux<C,T,P extends ContinuablePage<C,T>>This class is aFluximplementation that provides the ability to operate on pages of typeContinuablePageand individual items in such pages.classContinuablePagedFluxCore<C,T,P extends ContinuablePage<C,T>>The default implementation ofContinuablePagedFlux.classContinuablePagedIterable<C,T,P extends ContinuablePage<C,T>>
-