Class WalletServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.WalletService
public final class WalletServiceImpl implements WalletService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWalletServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WalletService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. WalletServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ExternalServiceexternal()Walletget(WalletGetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
WalletService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
WalletService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
external
ExternalService external()
-
get
Wallet get(WalletGetParams params, RequestOptions requestOptions)
-
-
-
-