Interface WalletServiceAsync
-
- All Implemented Interfaces:
public interface WalletServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceWalletServiceAsync.WithRawResponseA view of WalletServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract WalletServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract WalletServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ExternalServiceAsyncexternal()CompletableFuture<Wallet>get(String accountId)Get the wallet connected to the Account.CompletableFuture<Wallet>get(String accountId, WalletGetParams params, RequestOptions requestOptions)CompletableFuture<Wallet>get(String accountId, WalletGetParams params)abstract CompletableFuture<Wallet>get(WalletGetParams params, RequestOptions requestOptions)CompletableFuture<Wallet>get(WalletGetParams params)CompletableFuture<Wallet>get(String accountId, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract WalletServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract WalletServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
external
abstract ExternalServiceAsync external()
-
get
CompletableFuture<Wallet> get(String accountId)
Get the wallet connected to the
Account.
-
get
CompletableFuture<Wallet> get(String accountId, WalletGetParams params, RequestOptions requestOptions)
-
get
CompletableFuture<Wallet> get(String accountId, WalletGetParams params)
-
get
abstract CompletableFuture<Wallet> get(WalletGetParams params, RequestOptions requestOptions)
-
get
CompletableFuture<Wallet> get(WalletGetParams params)
-
get
CompletableFuture<Wallet> get(String accountId, RequestOptions requestOptions)
-
-
-
-