Class TokenTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.TokenTransferServiceAsync.WithRawResponse
public final class TokenTransferServiceAsyncImpl.WithRawResponseImpl implements TokenTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TokenTransferServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<TokenTransfer>>create(TokenTransferCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<TokenTransfer>>retrieve(TokenTransferRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<TokenTransfer>>>list(TokenTransferListParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.TokenTransferServiceAsync.WithRawResponse
create, create, create, list, list, list, list, list, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
TokenTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<TokenTransfer>> create(TokenTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<TokenTransfer>> retrieve(TokenTransferRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<List<TokenTransfer>>> list(TokenTransferListParams params, RequestOptions requestOptions)
-
-
-
-