Class WalletServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.WalletServiceAsync
public final class WalletServiceAsyncImpl implements WalletServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWalletServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WalletServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. WalletServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ExternalServiceAsyncexternal()CompletableFuture<Wallet>get(WalletGetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
WalletServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
WalletServiceAsync 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 external()
-
get
CompletableFuture<Wallet> get(WalletGetParams params, RequestOptions requestOptions)
-
-
-
-