| 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 class is a flux that can operate on a
PagedResponse and also provides the ability to operate on
individual items. |
| PagedFluxBase<T,P extends PagedResponse<T>> |
This class is a flux that can operate on any type that extends
PagedResponse and
also provides the ability to operate on individual items. |
| PagedIterable<T> | |
| PagedIterableBase<T,P extends PagedResponse<T>> |
This class provides utility to iterate over responses that extend
PagedResponse using Stream and
Iterable interfaces. |
| ResponseBase<H,T> |
The response of a REST request.
|
| SimpleResponse<T> |
REST response with a strongly-typed content specified.
|
| StreamResponse |
REST response with a streaming content.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.