Class WithdrawalServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.WithdrawalServiceAsync
public final class WithdrawalServiceAsyncImpl implements WithdrawalServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWithdrawalServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WithdrawalServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. WithdrawalServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Withdrawal>retrieve(WithdrawalRetrieveParams params, RequestOptions requestOptions)CompletableFuture<List<Withdrawal>>list(WithdrawalListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
WithdrawalServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
WithdrawalServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<Withdrawal> retrieve(WithdrawalRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<List<Withdrawal>> list(WithdrawalListParams params, RequestOptions requestOptions)
-
-
-
-