| Interface | Description |
|---|---|
| Page<T> |
Represents a paginated REST response from the service.
|
| PagedResponse<T> |
Response of a REST API that returns page.
|
| Response<T> |
REST response with a strongly-typed content specified.
|
| Class | Description |
|---|---|
| PagedFlux<T> |
This type is a Flux that provides the ability to operate on paginated REST responses of type
PagedResponse
and individual items in such pages. |
| PagedFluxBase<T,P extends PagedResponse<T>> | Deprecated |
| PagedIterable<T> | |
| PagedIterableBase<T,P extends PagedResponse<T>> |
This class provides utility to iterate over responses that extend
PagedResponse using Stream and
Iterable interfaces. |
| PagedResponseBase<H,T> |
Represents an HTTP response that contains a list of items deserialized into a
Page. |
| ResponseBase<H,T> |
The response of a REST request.
|
| RestProxy |
Type to create a proxy implementation for an interface describing REST API methods.
|
| SimpleResponse<T> |
REST response with a strongly-typed content specified.
|
| StreamResponse |
REST response with a streaming content.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.