Skip navigation links
A B C D E F G H I J M R S T U V W 

A

addHeader(String, String) - Method in class com.microsoft.rest.CustomHeadersInterceptor
Add a single header key-value pair.
addHeaderMap(Map<String, String>) - Method in class com.microsoft.rest.CustomHeadersInterceptor
Add all headers in a header map.
addHeaderMultimap(Map<String, List<String>>) - Method in class com.microsoft.rest.CustomHeadersInterceptor
Add all headers in a header multimap.
addHeaders(Headers) - Method in class com.microsoft.rest.CustomHeadersInterceptor
Add all headers in a Headers object.
appendUserAgent(String) - Method in class com.microsoft.rest.UserAgentInterceptor
Append a text to the User-Agent header.
applyCredentialsFilter(OkHttpClient.Builder) - Method in class com.microsoft.rest.credentials.BasicAuthenticationCredentials
 
applyCredentialsFilter(OkHttpClient.Builder) - Method in interface com.microsoft.rest.credentials.ServiceClientCredentials
Apply the credentials to the HTTP client builder.
applyCredentialsFilter(OkHttpClient.Builder) - Method in class com.microsoft.rest.credentials.TokenCredentials
 

B

Base64Url - Class in com.microsoft.rest
Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.
Base64UrlSerializer - Class in com.microsoft.rest.serializer
Custom serializer for serializing Byte[] objects into Base64 strings.
Base64UrlSerializer() - Constructor for class com.microsoft.rest.serializer.Base64UrlSerializer
 
BaseUrlHandler - Class in com.microsoft.rest
Handles dynamic replacements on base URL.
BaseUrlHandler() - Constructor for class com.microsoft.rest.BaseUrlHandler
 
BasicAuthenticationCredentials - Class in com.microsoft.rest.credentials
Basic Auth credentials for use with a REST Service Client.
BasicAuthenticationCredentials(String, String) - Constructor for class com.microsoft.rest.credentials.BasicAuthenticationCredentials
Instantiates a new basic authentication credential.
BasicAuthenticationCredentialsInterceptor - Class in com.microsoft.rest.credentials
Basic Auth credentials interceptor for placing a basic auth credential into request headers.
BasicAuthenticationCredentialsInterceptor(BasicAuthenticationCredentials) - Constructor for class com.microsoft.rest.credentials.BasicAuthenticationCredentialsInterceptor
Initialize a BasicAuthenticationCredentialsFilter class with a BasicAuthenticationCredentials credential.
build(Response<ResponseBody>) - Method in class com.microsoft.rest.ServiceResponseBuilder
Build a ServiceResponse instance from a REST call response and a possible error.
buildBody(int, ResponseBody) - Method in class com.microsoft.rest.ServiceResponseBuilder
Builds the body object from the HTTP status code and returned response body undeserialized and wrapped in ResponseBody.
buildEmpty(Response<Void>) - Method in class com.microsoft.rest.ServiceResponseBuilder
Build a ServiceResponse instance from a REST call response and a possible error, which does not have a response body.
buildEmptyWithHeaders(Response<Void>, Class<THeader>) - Method in class com.microsoft.rest.ServiceResponseBuilder
Build a ServiceResponseWithHeaders instance from a REST call response, a header in JSON format, and a possible error, which does not have a response body.
buildWithHeaders(Response<ResponseBody>, Class<THeader>) - Method in class com.microsoft.rest.ServiceResponseBuilder
Build a ServiceResponseWithHeaders instance from a REST call response, a header in JSON format, and a possible error.
ByteArraySerializer - Class in com.microsoft.rest.serializer
Custom serializer for serializing Byte[] objects into Base64 strings.
ByteArraySerializer() - Constructor for class com.microsoft.rest.serializer.ByteArraySerializer
 

C

cancel(boolean) - Method in class com.microsoft.rest.ServiceCall
 
CollectionFormat - Enum in com.microsoft.rest.serializer
Swagger collection format to use for joining List parameters in paths, queries, and headers.
com.microsoft.rest - package com.microsoft.rest
The package contains the runtime classes required for AutoRest generated clients to compile and function.
com.microsoft.rest.credentials - package com.microsoft.rest.credentials
The package provides 2 basic credential classes that work with AutoRest generated clients for authentication purposes.
com.microsoft.rest.retry - package com.microsoft.rest.retry
The package contains classes that define the retry behaviors when an error occurs during a REST call.
com.microsoft.rest.serializer - package com.microsoft.rest.serializer
The package contains classes that handle serialization and deserialization for the REST call payloads.
create() - Static method in class com.microsoft.rest.serializer.JacksonConverterFactory
Create an instance using a default ObjectMapper instance for conversion.
create(ObjectMapper) - Static method in class com.microsoft.rest.serializer.JacksonConverterFactory
Create an instance using mapper for conversion.
create(Observable<ServiceResponse<T>>) - Static method in class com.microsoft.rest.ServiceCall
Creates a ServiceCall from an observable object.
create(Observable<ServiceResponse<T>>, ServiceCallback<T>) - Static method in class com.microsoft.rest.ServiceCall
Creates a ServiceCall from an observable object and a callback.
createWithHeaders(Observable<ServiceResponseWithHeaders<T, V>>, ServiceCallback<T>) - Static method in class com.microsoft.rest.ServiceCall
Creates a ServiceCall from an observable and a callback for a header response.
CustomHeadersInterceptor - Class in com.microsoft.rest
An instance of this class enables adding custom headers in client requests when added to the OkHttpClient interceptors.
CustomHeadersInterceptor() - Constructor for class com.microsoft.rest.CustomHeadersInterceptor
Initialize an instance of CustomHeadersInterceptor class.
CustomHeadersInterceptor(String, String) - Constructor for class com.microsoft.rest.CustomHeadersInterceptor
Initialize an instance of CustomHeadersInterceptor class.

D

DateTimeRfc1123 - Class in com.microsoft.rest
Simple wrapper over joda.time.DateTime used for specifying RFC1123 format during serialization/deserialization.
DateTimeRfc1123(DateTime) - Constructor for class com.microsoft.rest.DateTimeRfc1123
Creates a new DateTimeRfc1123 object with the specified DateTime.
DateTimeRfc1123(String) - Constructor for class com.microsoft.rest.DateTimeRfc1123
Creates a new DateTimeRfc1123 object with the specified DateTime.
DateTimeRfc1123Serializer - Class in com.microsoft.rest.serializer
Custom serializer for serializing DateTimeRfc1123 object into RFC1123 formats.
DateTimeRfc1123Serializer() - Constructor for class com.microsoft.rest.serializer.DateTimeRfc1123Serializer
 
DateTimeSerializer - Class in com.microsoft.rest.serializer
Custom serializer for serializing DateTime object into ISO8601 formats.
DateTimeSerializer() - Constructor for class com.microsoft.rest.serializer.DateTimeSerializer
 
DEFAULT_CLIENT_BACKOFF - Static variable in class com.microsoft.rest.retry.ExponentialBackoffRetryStrategy
Represents the default amount of time used when calculating a random delta in the exponential delay between retries.
DEFAULT_CLIENT_RETRY_COUNT - Static variable in class com.microsoft.rest.retry.RetryStrategy
Represents the default number of retry attempts.
DEFAULT_FIRST_FAST_RETRY - Static variable in class com.microsoft.rest.retry.RetryStrategy
Represents the default flag indicating whether the first retry attempt will be made immediately, whereas subsequent retries will remain subject to the retry interval.
DEFAULT_MAX_BACKOFF - Static variable in class com.microsoft.rest.retry.ExponentialBackoffRetryStrategy
Represents the default maximum amount of time used when calculating the exponential delay between retries.
DEFAULT_MIN_BACKOFF - Static variable in class com.microsoft.rest.retry.ExponentialBackoffRetryStrategy
Represents the default minimum amount of time used when calculating the exponential delay between retries.
DEFAULT_RETRY_INTERVAL - Static variable in class com.microsoft.rest.retry.RetryStrategy
Represents the default interval between retries.
deserialize(JsonParser, DeserializationContext) - Method in class com.microsoft.rest.serializer.FlatteningDeserializer
 
deserialize(String, Type) - Method in class com.microsoft.rest.serializer.JacksonMapperAdapter
Deserializes a string into a T object using the current ObjectMapper.

E

encode(byte[]) - Static method in class com.microsoft.rest.Base64Url
Encode a byte array into Base64Url encoded bytes.
equals(Object) - Method in class com.microsoft.rest.Base64Url
 
equals(Object) - Method in class com.microsoft.rest.DateTimeRfc1123
 
exceptionType - Variable in class com.microsoft.rest.ServiceResponseBuilder
The exception type to thrown in case of error.
ExponentialBackoffRetryStrategy - Class in com.microsoft.rest.retry
A retry strategy with backoff parameters for calculating the exponential delay between retries.
ExponentialBackoffRetryStrategy() - Constructor for class com.microsoft.rest.retry.ExponentialBackoffRetryStrategy
Initializes a new instance of the ExponentialBackoffRetryStrategy class.
ExponentialBackoffRetryStrategy(int, int, int, int) - Constructor for class com.microsoft.rest.retry.ExponentialBackoffRetryStrategy
Initializes a new instance of the ExponentialBackoffRetryStrategy class.
ExponentialBackoffRetryStrategy(String, int, int, int, int, boolean) - Constructor for class com.microsoft.rest.retry.ExponentialBackoffRetryStrategy
Initializes a new instance of the ExponentialBackoffRetryStrategy class.

F

failure(Throwable) - Method in class com.microsoft.rest.ServiceCallback
Override this method to handle REST call failures.
FlatteningDeserializer - Class in com.microsoft.rest.serializer
Custom serializer for deserializing complex types with wrapped properties.
FlatteningDeserializer(Class<?>, JsonDeserializer<?>, ObjectMapper) - Constructor for class com.microsoft.rest.serializer.FlatteningDeserializer
Creates an instance of FlatteningDeserializer.
FlatteningSerializer - Class in com.microsoft.rest.serializer
Custom serializer for serializing types with wrapped properties.
FlatteningSerializer(Class<?>, JsonSerializer<?>, ObjectMapper) - Constructor for class com.microsoft.rest.serializer.FlatteningSerializer
Creates an instance of FlatteningSerializer.

G

getBody() - Method in exception com.microsoft.rest.ServiceException
Gets the HTTP response body.
getBody() - Method in class com.microsoft.rest.ServiceResponse
Gets the response object.
getConverterFactory() - Method in class com.microsoft.rest.serializer.JacksonMapperAdapter
Gets a static instance of JacksonConverter factory.
getDateTime() - Method in class com.microsoft.rest.DateTimeRfc1123
Returns the underlying DateTime.
getDecodedBytes() - Method in class com.microsoft.rest.Base64Url
Decode the bytes and return.
getDelimiter() - Method in enum com.microsoft.rest.serializer.CollectionFormat
Gets the delimiter used to join a list of parameters.
getEncodedBytes() - Method in class com.microsoft.rest.Base64Url
Returns the underlying encoded byte array.
getHeaders() - Method in class com.microsoft.rest.ServiceResponseWithHeaders
Gets the response headers.
getHeadResponse() - Method in class com.microsoft.rest.ServiceResponse
Gets the raw REST response from a HEAD operation.
getModule() - Static method in class com.microsoft.rest.serializer.Base64UrlSerializer
Gets a module wrapping this serializer as an adapter for the Jackson ObjectMapper.
getModule() - Static method in class com.microsoft.rest.serializer.ByteArraySerializer
Gets a module wrapping this serializer as an adapter for the Jackson ObjectMapper.
getModule() - Static method in class com.microsoft.rest.serializer.DateTimeRfc1123Serializer
Gets a module wrapping this serializer as an adapter for the Jackson ObjectMapper.
getModule() - Static method in class com.microsoft.rest.serializer.DateTimeSerializer
Gets a module wrapping this serializer as an adapter for the Jackson ObjectMapper.
getModule(ObjectMapper) - Static method in class com.microsoft.rest.serializer.FlatteningDeserializer
Gets a module wrapping this serializer as an adapter for the Jackson ObjectMapper.
getModule(ObjectMapper) - Static method in class com.microsoft.rest.serializer.FlatteningSerializer
Gets a module wrapping this serializer as an adapter for the Jackson ObjectMapper.
getModule() - Static method in class com.microsoft.rest.serializer.HeadersSerializer
Gets a module wrapping this serializer as an adapter for the Jackson ObjectMapper.
getName() - Method in class com.microsoft.rest.retry.RetryStrategy
Gets the name of the retry strategy.
getObjectMapper() - Method in class com.microsoft.rest.serializer.JacksonMapperAdapter
Gets a static instance of ObjectMapper.
getPassword() - Method in class com.microsoft.rest.credentials.BasicAuthenticationCredentials
Get the password of the credential.
getResponse() - Method in exception com.microsoft.rest.ServiceException
Gets information about the associated HTTP response.
getResponse() - Method in class com.microsoft.rest.ServiceResponse
Gets the raw REST response.
getScheme() - Method in class com.microsoft.rest.credentials.TokenCredentials
Get the authentication scheme.
getSimpleMapper() - Method in class com.microsoft.rest.serializer.JacksonMapperAdapter
Gets a static instance of ObjectMapper that doesn't handle flattening.
getSubscription() - Method in class com.microsoft.rest.ServiceCall
 
getToken() - Method in class com.microsoft.rest.credentials.TokenCredentials
Get the secure token.
getUserName() - Method in class com.microsoft.rest.credentials.BasicAuthenticationCredentials
Get the user name of the credential.

H

hashCode() - Method in class com.microsoft.rest.Base64Url
 
hashCode() - Method in class com.microsoft.rest.DateTimeRfc1123
 
HeadersSerializer - Class in com.microsoft.rest.serializer
Custom serializer for serializing Headers objects.
HeadersSerializer() - Constructor for class com.microsoft.rest.serializer.HeadersSerializer
 
httpClient() - Method in class com.microsoft.rest.ServiceClient
 

I

initializeObjectMapper(ObjectMapper) - Method in class com.microsoft.rest.serializer.JacksonMapperAdapter
Initializes an instance of JacksonMapperAdapter with default configurations applied to the object mapper.
intercept(Interceptor.Chain) - Method in class com.microsoft.rest.BaseUrlHandler
 
intercept(Interceptor.Chain) - Method in class com.microsoft.rest.credentials.BasicAuthenticationCredentialsInterceptor
 
intercept(Interceptor.Chain) - Method in class com.microsoft.rest.credentials.TokenCredentialsInterceptor
 
intercept(Interceptor.Chain) - Method in class com.microsoft.rest.CustomHeadersInterceptor
 
intercept(Interceptor.Chain) - Method in class com.microsoft.rest.retry.RetryHandler
 
intercept(Interceptor.Chain) - Method in class com.microsoft.rest.UserAgentInterceptor
 
isCancelled() - Method in class com.microsoft.rest.ServiceCall
 
isFastFirstRetry() - Method in class com.microsoft.rest.retry.RetryStrategy
Gets whether the first retry attempt will be made immediately.

J

JacksonConverterFactory - Class in com.microsoft.rest.serializer
A similar implementation of JacksonConverterFactory which supports polymorphism.
JacksonMapperAdapter - Class in com.microsoft.rest.serializer
A serialization helper class wrapped around JacksonConverterFactory and ObjectMapper.
JacksonMapperAdapter() - Constructor for class com.microsoft.rest.serializer.JacksonMapperAdapter
 
JsonFlatten - Annotation Type in com.microsoft.rest.serializer
Annotation used for flattening properties separated by '.'.

M

mapperAdapter() - Method in class com.microsoft.rest.ServiceClient
 
mapperAdapter - Variable in class com.microsoft.rest.ServiceResponseBuilder
The mapperAdapter used for deserializing the response.

R

refreshToken() - Method in class com.microsoft.rest.credentials.TokenCredentials
Refresh the secure token.
register(int, Type) - Method in class com.microsoft.rest.ServiceResponseBuilder
Register a mapping from a response status code to a response destination type.
registerAll(Map<Integer, Type>) - Method in class com.microsoft.rest.ServiceResponseBuilder
Register all the mappings from a response status code to a response destination type stored in a Map.
registerError(Class<? extends RestException>) - Method in class com.microsoft.rest.ServiceResponseBuilder
Register a destination type for errors with models.
removeHeader(String) - Method in class com.microsoft.rest.CustomHeadersInterceptor
Remove a header.
replaceHeader(String, String) - Method in class com.microsoft.rest.CustomHeadersInterceptor
Add a single header key-value pair.
requestBodyConverter(Type, Annotation[], Annotation[], Retrofit) - Method in class com.microsoft.rest.serializer.JacksonConverterFactory
 
resolve(DeserializationContext) - Method in class com.microsoft.rest.serializer.FlatteningDeserializer
 
resolve(SerializerProvider) - Method in class com.microsoft.rest.serializer.FlatteningSerializer
 
responseBodyConverter(Type, Annotation[], Retrofit) - Method in class com.microsoft.rest.serializer.JacksonConverterFactory
 
responseTypes - Variable in class com.microsoft.rest.ServiceResponseBuilder
A mapping of HTTP status codes and their corresponding return types.
RestException - Exception in com.microsoft.rest
Exception thrown for an invalid response with custom error information.
RestException() - Constructor for exception com.microsoft.rest.RestException
Initializes a new instance of the AutoRestException class.
RestException(String) - Constructor for exception com.microsoft.rest.RestException
Initializes a new instance of the AutoRestException class.
RestException(Throwable) - Constructor for exception com.microsoft.rest.RestException
Initializes a new instance of the AutoRestException class.
RestException(String, Throwable) - Constructor for exception com.microsoft.rest.RestException
Initializes a new instance of the AutoRestException class.
retrofit() - Method in class com.microsoft.rest.ServiceClient
 
RetryHandler - Class in com.microsoft.rest.retry
An instance of this interceptor placed in the request pipeline handles retriable errors.
RetryHandler() - Constructor for class com.microsoft.rest.retry.RetryHandler
Initialized an instance of RetryHandler class.
RetryHandler(RetryStrategy) - Constructor for class com.microsoft.rest.retry.RetryHandler
Initialized an instance of RetryHandler class.
RetryStrategy - Class in com.microsoft.rest.retry
Represents a retry strategy that determines the number of retry attempts and the interval between retries.
RetryStrategy(String, boolean) - Constructor for class com.microsoft.rest.retry.RetryStrategy
Initializes a new instance of the RetryStrategy class.

S

scheme - Variable in class com.microsoft.rest.credentials.TokenCredentials
The authentication scheme.
serialize(Base64Url, JsonGenerator, SerializerProvider) - Method in class com.microsoft.rest.serializer.Base64UrlSerializer
 
serialize(Byte[], JsonGenerator, SerializerProvider) - Method in class com.microsoft.rest.serializer.ByteArraySerializer
 
serialize(DateTimeRfc1123, JsonGenerator, SerializerProvider) - Method in class com.microsoft.rest.serializer.DateTimeRfc1123Serializer
 
serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class com.microsoft.rest.serializer.DateTimeSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.microsoft.rest.serializer.FlatteningSerializer
 
serialize(Headers, JsonGenerator, SerializerProvider) - Method in class com.microsoft.rest.serializer.HeadersSerializer
 
serialize(Object) - Method in class com.microsoft.rest.serializer.JacksonMapperAdapter
Serializes an object into a JSON string using the current ObjectMapper.
serializeList(List<?>, CollectionFormat) - Method in class com.microsoft.rest.serializer.JacksonMapperAdapter
Serializes a list into a string with the delimiter specified with the Swagger collection format joining each individual serialized items in the list.
serializeRaw(Object) - Method in class com.microsoft.rest.serializer.JacksonMapperAdapter
Serializes an object into a raw string using the current ObjectMapper.
ServiceCall<T> - Class in com.microsoft.rest
An instance of this class provides access to the underlying REST call invocation.
ServiceCall() - Constructor for class com.microsoft.rest.ServiceCall
 
ServiceCallback<T> - Class in com.microsoft.rest
The callback used for client side asynchronous operations.
ServiceCallback() - Constructor for class com.microsoft.rest.ServiceCallback
 
ServiceClient - Class in com.microsoft.rest
ServiceClient is the abstraction for accessing REST operations and their payload data types.
ServiceClient(String) - Constructor for class com.microsoft.rest.ServiceClient
Initializes a new instance of the ServiceClient class.
ServiceClient(String, OkHttpClient.Builder, Retrofit.Builder) - Constructor for class com.microsoft.rest.ServiceClient
Initializes a new instance of the ServiceClient class.
ServiceClientCredentials - Interface in com.microsoft.rest.credentials
ServiceClientCredentials is the abstraction for credentials used by ServiceClients accessing REST services.
ServiceException - Exception in com.microsoft.rest
Exception thrown for an invalid response with custom error information.
ServiceException() - Constructor for exception com.microsoft.rest.ServiceException
Initializes a new instance of the ServiceException class.
ServiceException(String) - Constructor for exception com.microsoft.rest.ServiceException
Initializes a new instance of the ServiceException class.
ServiceException(String, Throwable) - Constructor for exception com.microsoft.rest.ServiceException
Initializes a new instance of the ServiceException class.
ServiceException(Throwable) - Constructor for exception com.microsoft.rest.ServiceException
Initializes a new instance of the ServiceException class.
ServiceResponse<T> - Class in com.microsoft.rest
An instance of this class holds a response object and a raw REST response.
ServiceResponse(T, Response<ResponseBody>) - Constructor for class com.microsoft.rest.ServiceResponse
Instantiate a ServiceResponse instance with a response object and a raw REST response.
ServiceResponse(Response<Void>) - Constructor for class com.microsoft.rest.ServiceResponse
Instantiate a ServiceResponse instance with a response from a HEAD operation.
ServiceResponseBuilder<T,E extends RestException> - Class in com.microsoft.rest
The builder for building a ServiceResponse.
ServiceResponseBuilder(JacksonMapperAdapter) - Constructor for class com.microsoft.rest.ServiceResponseBuilder
Create a ServiceResponseBuilder instance.
ServiceResponseBuilder(JacksonMapperAdapter, Map<Integer, Type>) - Constructor for class com.microsoft.rest.ServiceResponseBuilder
Create a ServiceResponseBuilder instance.
ServiceResponseWithHeaders<TBody,THeader> - Class in com.microsoft.rest
An instance of this class holds a response object and a raw REST response.
ServiceResponseWithHeaders(TBody, THeader, Response<ResponseBody>) - Constructor for class com.microsoft.rest.ServiceResponseWithHeaders
Instantiate a ServiceResponse instance with a response object and a raw REST response.
ServiceResponseWithHeaders(THeader, Response<Void>) - Constructor for class com.microsoft.rest.ServiceResponseWithHeaders
Instantiate a ServiceResponse instance with a response object and a raw REST response.
setBody(Object) - Method in exception com.microsoft.rest.ServiceException
Sets the HTTP response body.
setBody(T) - Method in class com.microsoft.rest.ServiceResponse
Sets the response object.
setResponse(Response) - Method in exception com.microsoft.rest.ServiceException
Sets the HTTP response.
setSubscription(Subscription) - Method in class com.microsoft.rest.ServiceCall
 
setToken(String) - Method in class com.microsoft.rest.credentials.TokenCredentials
Set the secure token.
shouldRetry(int, Response) - Method in class com.microsoft.rest.retry.ExponentialBackoffRetryStrategy
Returns if a request should be retried based on the retry count, current response, and the current strategy.
shouldRetry(int, Response) - Method in class com.microsoft.rest.retry.RetryStrategy
Returns if a request should be retried based on the retry count, current response, and the current strategy.
success(T) - Method in class com.microsoft.rest.ServiceCall
Invoke this method to report completed, allowing AbstractFuture.get() to be unblocked.
success(T) - Method in class com.microsoft.rest.ServiceCallback
Override this method to handle successful REST call results.

T

token - Variable in class com.microsoft.rest.credentials.TokenCredentials
The secure token.
TokenCredentials - Class in com.microsoft.rest.credentials
Token based credentials for use with a REST Service Client.
TokenCredentials(String, String) - Constructor for class com.microsoft.rest.credentials.TokenCredentials
Initializes a new instance of the TokenCredentials.
TokenCredentialsInterceptor - Class in com.microsoft.rest.credentials
Token credentials filter for placing a token credential into request headers.
TokenCredentialsInterceptor(TokenCredentials) - Constructor for class com.microsoft.rest.credentials.TokenCredentialsInterceptor
Initialize a TokenCredentialsFilter class with a TokenCredentials credential.
toString() - Method in class com.microsoft.rest.Base64Url
 
toString() - Method in class com.microsoft.rest.DateTimeRfc1123
 

U

UserAgentInterceptor - Class in com.microsoft.rest
User agent interceptor for putting a 'User-Agent' header in the request.
UserAgentInterceptor() - Constructor for class com.microsoft.rest.UserAgentInterceptor
Initialize an instance of UserAgentInterceptor class with the default 'User-Agent' header.

V

validate(Object) - Static method in class com.microsoft.rest.Validator
Validates a user provided required parameter to be not null.
validate(Object, ServiceCallback<?>) - Static method in class com.microsoft.rest.Validator
Validates a user provided required parameter to be not null.
Validator - Class in com.microsoft.rest
Validates user provided parameters are not null if they are required.
valueOf(String) - Static method in enum com.microsoft.rest.serializer.CollectionFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.rest.serializer.CollectionFormat
Returns an array containing the constants of this enum type, in the order they are declared.

W

withUserAgent(String) - Method in class com.microsoft.rest.UserAgentInterceptor
Overwrite the User-Agent header.
A B C D E F G H I J M R S T U V W 
Skip navigation links

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/