Class ExternalServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.wallet.ExternalServiceAsync.WithRawResponse
public final class ExternalServiceAsyncImpl.WithRawResponseImpl implements ExternalServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ExternalServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<Wallet>>connect(ExternalConnectParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ExternalGetNonceResponse>>getNonce(ExternalGetNonceParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.wallet.ExternalServiceAsync.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
ExternalServiceAsync.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
CompletableFuture<HttpResponseFor<Wallet>> connect(ExternalConnectParams params, RequestOptions requestOptions)
-
getNonce
CompletableFuture<HttpResponseFor<ExternalGetNonceResponse>> getNonce(ExternalGetNonceParams params, RequestOptions requestOptions)
-
-
-
-