Class WithdrawalRequestServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.WithdrawalRequestServiceAsync
public final class WithdrawalRequestServiceAsyncImpl implements WithdrawalRequestServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWithdrawalRequestServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WithdrawalRequestServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. WithdrawalRequestServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<WithdrawalRequest>create(WithdrawalRequestCreateParams params, RequestOptions requestOptions)CompletableFuture<WithdrawalRequest>retrieve(WithdrawalRequestRetrieveParams params, RequestOptions requestOptions)CompletableFuture<List<WithdrawalRequest>>list(WithdrawalRequestListParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.WithdrawalRequestServiceAsync
create, create, create, list, list, list, list, list, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
WithdrawalRequestServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
WithdrawalRequestServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<WithdrawalRequest> create(WithdrawalRequestCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<WithdrawalRequest> retrieve(WithdrawalRequestRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<List<WithdrawalRequest>> list(WithdrawalRequestListParams params, RequestOptions requestOptions)
-
-
-
-