| Interface | Description |
|---|---|
| ApiClient |
Represents a basic contract for API request execution.
|
| ApiConfiguration |
Represents an interface that provides API configuration options needed by service clients.
|
| AuthenticationConfiguration |
Abstraction for authentication configuration for a client ID and client secret.
|
| Serializer |
Represents an object used for Serialization tasks.
|
| Class | Description |
|---|---|
| ApiClientMessage |
Represents the interface between
ApiClient and a Service Client. |
| ApiClientRequest |
Represents a request sent from Service Clients to an
ApiClient implementation. |
| ApiClientResponse |
Represents a response returned by
ApiClient implementation to a Service Client. |
| ApiResponse<T> | |
| BaseServiceClient |
Class to be used as the base class for the generated service clients.
|
| DefaultApiConfiguration |
Default implementation of API Configuration options which is pre-configured for
most common use scenarios.
|
| DefaultApiConfiguration.Builder |
Helper class that builds an instance of a DefaultConfiguration.
|
| DefaultAuthenticationConfiguration |
Default implementation of
AuthenticationConfiguration, used to wrap a client ID and client secret. |
| DefaultAuthenticationConfiguration.Builder | |
| Pair<K,V> |
Implementation of a Pair data structure.
|
| ServiceClientResponse |
| Exception | Description |
|---|---|
| SerializerException | |
| ServiceException |
Exception thrown by a Service client when an error response was received or some operation failed.
|
Copyright © 2019. All rights reserved.