Class WalletServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.WalletService.WithRawResponse
public final class WalletServiceImpl.WithRawResponseImpl implements WalletService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description WalletService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ExternalService.WithRawResponseexternal()HttpResponseFor<Wallet>get(WalletGetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
WalletService.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
ExternalService.WithRawResponse external()
-
get
HttpResponseFor<Wallet> get(WalletGetParams params, RequestOptions requestOptions)
-
-
-
-