Uses of Class
com.azure.core.http.rest.PagedFluxBase
Packages that use PagedFluxBase
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
-
Uses of PagedFluxBase in com.azure.core.http.rest
Subclasses of PagedFluxBase in com.azure.core.http.restModifier and TypeClassDescriptionclassPagedFlux<T>PagedFlux is a Flux that provides the ability to operate on paginated REST responses of typePagedResponseand individual items in such pages.Constructors in com.azure.core.http.rest with parameters of type PagedFluxBaseModifierConstructorDescriptionPagedIterableBase(PagedFluxBase<T, P> pagedFluxBase) Creates instance givenPagedFluxBase.