Uses of Interface
com.azure.core.util.paging.ContinuablePage
Packages that use ContinuablePage
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
Package containing paging abstraction.
-
Uses of ContinuablePage in com.azure.core.http.rest
Subinterfaces of ContinuablePage in com.azure.core.http.restModifier and TypeInterfaceDescriptioninterfacePage<T>Represents a paginated REST response from the service.interfaceResponse of a REST API that returns page.Classes in com.azure.core.http.rest that implement ContinuablePageModifier and TypeClassDescriptionclassPagedResponseBase<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 ContinuablePageModifier and TypeClassDescriptionclassContinuablePagedFlux<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>>