Package | Description |
---|---|
com.microsoft.azure |
The package contains the runtime classes required for AutoRest generated
Azure clients to compile and function.
|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
com.microsoft.azure.management.graphrbac |
This package contains the classes for GraphRbacManagementClient.
|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
com.microsoft.rest |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
com.microsoft.rest.protocol |
The package contains classes that interfaces defining the behaviors
of the necessary components of a Rest Client.
|
Modifier and Type | Class and Description |
---|---|
class |
AzureResponseBuilder<T,E extends RestException>
The builder for building a
ServiceResponse customized for Azure. |
Modifier and Type | Class and Description |
---|---|
class |
CloudException
Exception thrown for an invalid response with custom error information.
|
Modifier and Type | Method and Description |
---|---|
<T,E extends RestException> |
AzureResponseBuilder.Factory.newInstance(SerializerAdapter<?> serializerAdapter) |
Modifier and Type | Method and Description |
---|---|
ResponseBuilder<T,E> |
AzureResponseBuilder.registerError(Class<? extends RestException> type) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse<T> |
AzureResponseBuilder.buildEmpty(retrofit2.Response<Void> response) |
abstract Page<E> |
PagedList.nextPage(String nextPageLink)
Override this method to load the next page of items from a next page link.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateTasksErrorException
The exception that is thrown when the
TaskOperations.createTasks(String, List) operation is terminated. |
Modifier and Type | Class and Description |
---|---|
class |
BatchErrorException
Exception thrown for an invalid response with BatchError information.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorResponseException
Exception thrown for an invalid response with DefaultErrorResponse
information.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphErrorException
Exception thrown for an invalid response with GraphError information.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorException
Exception thrown for an invalid response with Error information.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorResponseException
Exception thrown for an invalid response with ErrorResponse information.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceResponseBuilder<T,E extends RestException>
The builder for building a
ServiceResponse . |
Modifier and Type | Method and Description |
---|---|
<T,E extends RestException> |
ServiceResponseBuilder.Factory.newInstance(SerializerAdapter<?> serializerAdapter) |
Modifier and Type | Method and Description |
---|---|
Class<? extends RestException> |
ServiceResponseBuilder.exceptionType() |
Modifier and Type | Method and Description |
---|---|
ServiceResponseBuilder<T,E> |
ServiceResponseBuilder.registerError(Class<? extends RestException> type) |
Modifier and Type | Interface and Description |
---|---|
interface |
ResponseBuilder<T,E extends RestException>
Defines an interface that can process a Retrofit 2 response
into a deserialized body or an exception, depending on the
status code registered.
|
Modifier and Type | Method and Description |
---|---|
<T,E extends RestException> |
ResponseBuilder.Factory.newInstance(SerializerAdapter<?> serializerAdapter)
Returns a response builder instance.
|
Modifier and Type | Method and Description |
---|---|
ResponseBuilder<T,E> |
ResponseBuilder.registerError(Class<? extends RestException> type)
Register a destination type for errors with models.
|
Copyright © 2019. All rights reserved.