See: Description
| Interface | Description |
|---|---|
| ServiceCallback<T> |
The callback used for client side asynchronous operations.
|
| Class | Description |
|---|---|
| Base64Url |
Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.
|
| BodyResponse<TBody> |
A response to a REST call with a strongly-typed body specified.
|
| Context |
Context offers a means of passing arbitrary data (key/value pairs) to an HttpPipeline's
policy objects. |
| DateTimeRfc1123 |
Simple wrapper over java.time.OffsetDateTime used for specifying RFC1123 format during serialization/deserialization.
|
| ExpandableStringEnum<T extends ExpandableStringEnum<T>> |
Base implementation for expandable, single string enums.
|
| OperationDescription |
This class contains the data from an originating operation
that can be used to resume the polling of the original operation.
|
| RestProxy |
This class can be used to create a proxy implementation for a provided Swagger generated
interface.
|
| RestResponse<THeaders,TBody> |
The response object that is a result of making a REST request.
|
| ServiceClient |
The base class for generated service clients.
|
| ServiceFuture<T> |
An instance of this class provides access to the underlying REST call invocation.
|
| StreamResponse |
A response to a REST call with a streaming body.
|
| SwaggerInterfaceParser |
This class is responsible for creating individual Swagger interface method parsers from a Swagger
interface.
|
| SwaggerMethodParser |
This class parses details of a specific Swagger REST API call from a provided Swagger interface
method.
|
| UnixTime |
Simple wrapper over java.time.OffsetDateTime used for specifying unix seconds format during serialization/deserialization.
|
| Validator |
Validates user provided parameters are not null if they are required.
|
| VoidResponse |
A response to a REST call containing only a status code and raw headers.
|
| Enum | Description |
|---|---|
| CollectionFormat |
Swagger collection format to use for joining
List parameters in
paths, queries, and headers. |
| Exception | Description |
|---|---|
| InvalidReturnTypeException |
An exception that will be thrown when a Swagger interface defines a method with an invalid return
type.
|
| MissingRequiredAnnotationException |
An exception that is thrown when a Swagger interface is parsed and it is missing required
annotations.
|
| RestException |
Exception thrown for an invalid response with custom error information.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/