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.
|
| DateTimeRfc1123 |
Simple wrapper over joda.time.DateTime used for specifying RFC1123 format during serialization/deserialization.
|
| ExpandableStringEnum<T extends ExpandableStringEnum<T>> |
Base implementation for expandable, single string enums.
|
| RestClient |
An instance of this class stores the client information for making REST calls.
|
| RestClient.Builder |
The builder class for building a REST client.
|
| ServiceClient |
ServiceClient is the abstraction for accessing REST operations and their payload data types.
|
| ServiceFuture<T> |
An instance of this class provides access to the underlying REST call invocation.
|
| ServiceResponse<T> |
An instance of this class holds a response object and a raw REST response.
|
| ServiceResponseBuilder<T,E extends RestException> |
The builder for building a
ServiceResponse. |
| ServiceResponseBuilder.Factory |
A factory to create a service response builder.
|
| ServiceResponseWithHeaders<TBody,THeader> |
An instance of this class holds a response object and a raw REST response.
|
| Validator |
Validates user provided parameters are not null if they are required.
|
| Enum | Description |
|---|---|
| CollectionFormat |
Swagger collection format to use for joining
List parameters in
paths, queries, and headers. |
| LogLevel |
Describes the level of HTTP traffic to log.
|
| Exception | Description |
|---|---|
| RestException |
Exception thrown for an invalid response with custom error information.
|
Copyright © 2019. All rights reserved.