See: Description
Interface | Description |
---|---|
ListRequest.ListRequestExecutor<S,T> |
Class | Description |
---|---|
ApiResponse<T> |
Base class for API responses.
|
GetRequest<T> |
Base class for GET requests that return a single item.
|
HttpClient |
An HTTP client that can execute
ApiRequest s. |
IdempotentPostRequest<T> | |
ListRequest<S,T> |
Base class for GET requests that return multiple items.
|
ListResponse<T> |
Represents a page of items returned from the API.
|
PostRequest<T> |
Base class for POST requests.
|
PutRequest<T> |
Base class for PUT requests.
|
WebhookParser |
Exception | Description |
---|---|
GoCardlessNetworkException |
Exception thrown due to a network error.
|
Annotation Type | Description |
---|---|
PathParam |
Marks a field as a parameter used to construct the path for a request.
|
Classes for making HTTP requests and handling responses.