Class ExternalServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.wallet.ExternalService.WithRawResponse
public final class ExternalServiceImpl.WithRawResponseImpl implements ExternalService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ExternalService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<Wallet>connect(ExternalConnectParams params, RequestOptions requestOptions)HttpResponseFor<ExternalGetNonceResponse>getNonce(ExternalGetNonceParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.accounts.wallet.ExternalService.WithRawResponse
connect, connect, connect, getNonce, getNonce, getNonce -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
ExternalService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
connect
HttpResponseFor<Wallet> connect(ExternalConnectParams params, RequestOptions requestOptions)
-
getNonce
HttpResponseFor<ExternalGetNonceResponse> getNonce(ExternalGetNonceParams params, RequestOptions requestOptions)
-
-
-
-