T - the type of the item returned by this request.public abstract class PostRequest<T>
extends java.lang.Object
Base class for POST requests.
| Modifier and Type | Method and Description |
|---|---|
T |
execute()
Executes this request.
|
ApiResponse<T> |
executeWrapped()
Executes this request.
|
public T execute()
Executes this request.
Returns the response entity.
GoCardlessExceptionpublic ApiResponse<T> executeWrapped()
Executes this request.
Returns a ApiResponse that wraps the response entity.
GoCardlessException