Interface WalletService
-
- All Implemented Interfaces:
public interface WalletService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceWalletService.WithRawResponseA view of WalletService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract WalletService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract WalletServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ExternalServiceexternal()Walletget(String accountId)Get the wallet connected to the Account.Walletget(String accountId, WalletGetParams params, RequestOptions requestOptions)Walletget(String accountId, WalletGetParams params)abstract Walletget(WalletGetParams params, RequestOptions requestOptions)Walletget(WalletGetParams params)Walletget(String accountId, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract WalletService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract WalletService 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 ExternalService external()
-
get
Wallet get(String accountId, WalletGetParams params, RequestOptions requestOptions)
-
get
Wallet get(String accountId, WalletGetParams params)
-
get
abstract Wallet get(WalletGetParams params, RequestOptions requestOptions)
-
get
Wallet get(WalletGetParams params)
-
get
Wallet get(String accountId, RequestOptions requestOptions)
-
-
-
-