T
- the type of the item returned by this request.public abstract class PutRequest<T>
extends java.lang.Object
Base class for PUT 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.
GoCardlessException
public ApiResponse<T> executeWrapped()
Executes this request.
Returns a ApiResponse
that wraps the response entity.
GoCardlessException