Class WalletServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.WalletServiceAsync.WithRawResponse
public final class WalletServiceAsyncImpl.WithRawResponseImpl implements WalletServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description WalletServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ExternalServiceAsync.WithRawResponseexternal()CompletableFuture<HttpResponseFor<Wallet>>get(WalletGetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
WalletServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
external
ExternalServiceAsync.WithRawResponse external()
-
get
CompletableFuture<HttpResponseFor<Wallet>> get(WalletGetParams params, RequestOptions requestOptions)
-
-
-
-