| Package | Description |
|---|---|
| com.microsoft.rest |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
| com.microsoft.rest.interceptors |
The package contains default interceptors for making HTTP requests.
|
| com.microsoft.rest.protocol |
The package contains classes that interfaces defining the behaviors
of the necessary components of a Rest Client.
|
| com.microsoft.rest.serializer |
The package contains classes that handle serialization and deserialization
for the REST call payloads.
|
| Class and Description |
|---|
| Base64Url
Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.
|
| CollectionFormat
Swagger collection format to use for joining
List parameters in
paths, queries, and headers. |
| ExpandableStringEnum
Base implementation for expandable, single string enums.
|
| LogLevel
Describes the level of HTTP traffic to log.
|
| RestClient
An instance of this class stores the client information for making REST calls.
|
| RestClient.Builder
The builder class for building a REST client.
|
| RestException
Exception thrown for an invalid response with custom error information.
|
| ServiceCallback
The callback used for client side asynchronous operations.
|
| ServiceFuture
An instance of this class provides access to the underlying REST call invocation.
|
| ServiceResponse
An instance of this class holds a response object and a raw REST response.
|
| ServiceResponseBuilder
The builder for building a
ServiceResponse. |
| ServiceResponseWithHeaders
An instance of this class holds a response object and a raw REST response.
|
| Class and Description |
|---|
| LogLevel
Describes the level of HTTP traffic to log.
|
| Class and Description |
|---|
| CollectionFormat
Swagger collection format to use for joining
List parameters in
paths, queries, and headers. |
| RestException
Exception thrown for an invalid response with custom error information.
|
| ServiceResponse
An instance of this class holds a response object and a raw REST response.
|
| ServiceResponseWithHeaders
An instance of this class holds a response object and a raw REST response.
|
| Class and Description |
|---|
| Base64Url
Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.
|
| CollectionFormat
Swagger collection format to use for joining
List parameters in
paths, queries, and headers. |
| DateTimeRfc1123
Simple wrapper over joda.time.DateTime used for specifying RFC1123 format during serialization/deserialization.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/