| Class | Description |
|---|---|
| ApiCall<ResponseType,ExceptionType extends CoreApiException> |
An API call, or API request, is a message sent to a server asking an API to provide a service or
information.
|
| ApiCall.Builder<ResponseType,ExceptionType extends CoreApiException> |
Builder class for the
ApiCall class. |
| ErrorCase<ExceptionType extends CoreApiException> |
A class is responsible to generate the SDK Exception.
|
| GlobalConfiguration |
A class which hold the global configuration properties to make a successful Api Call
|
| GlobalConfiguration.Builder | |
| HttpRequest |
An HttpRequest instance is built through an HttpRequest builder.
|
| HttpRequest.Builder | |
| Parameter |
HTTP parameters consist of a type, a name, and a value.
|
| Parameter.Builder | |
| ResponseHandler<ResponseType,ExceptionType extends CoreApiException> |
Handler that encapsulates the process of generating a response object from a
Response.
|
| ResponseHandler.Builder<ResponseType,ExceptionType extends CoreApiException> |
Copyright © 2025. All rights reserved.