Class TokenTransferServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.TokenTransferServiceAsync
public final class TokenTransferServiceAsyncImpl implements TokenTransferServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTokenTransferServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TokenTransferServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TokenTransferServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<TokenTransfer>create(TokenTransferCreateParams params, RequestOptions requestOptions)CompletableFuture<TokenTransfer>retrieve(TokenTransferRetrieveParams params, RequestOptions requestOptions)CompletableFuture<List<TokenTransfer>>list(TokenTransferListParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.TokenTransferServiceAsync
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
-
withRawResponse
TokenTransferServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TokenTransferServiceAsync 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<TokenTransfer> create(TokenTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<TokenTransfer> retrieve(TokenTransferRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<List<TokenTransfer>> list(TokenTransferListParams params, RequestOptions requestOptions)
-
-
-
-