public abstract class IdempotentPostRequest<T> extends PostRequest<T>
Modifier and Type | Method and Description |
---|---|
T |
execute()
Executes this request.
|
executeWrapped
public T execute()
Executes this request.
Returns the response entity.
execute
in class PostRequest<T>
GoCardlessException