Class WithdrawalServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.WithdrawalServiceAsync.WithRawResponse
public final class WithdrawalServiceAsyncImpl.WithRawResponseImpl implements WithdrawalServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description WithdrawalServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<Withdrawal>>retrieve(WithdrawalRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<Withdrawal>>>list(WithdrawalListParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.WithdrawalServiceAsync.WithRawResponse
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
-
withOptions
WithdrawalServiceAsync.WithRawResponse 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<HttpResponseFor<Withdrawal>> retrieve(WithdrawalRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<List<Withdrawal>>> list(WithdrawalListParams params, RequestOptions requestOptions)
-
-
-
-