Interface AccountServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AccountServiceAsync.WithRawResponseA view of AccountServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract AccountServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
wallet
abstract WalletServiceAsync.WithRawResponse wallet()
-
orders
abstract OrderServiceAsync.WithRawResponse orders()
-
orderFulfillments
abstract OrderFulfillmentServiceAsync.WithRawResponse orderFulfillments()
-
orderRequests
abstract OrderRequestServiceAsync.WithRawResponse orderRequests()
-
withdrawalRequests
abstract WithdrawalRequestServiceAsync.WithRawResponse withdrawalRequests()
-
withdrawals
abstract WithdrawalServiceAsync.WithRawResponse withdrawals()
-
retrieve
CompletableFuture<HttpResponseFor<Account>> retrieve(String accountId)
Returns a raw HTTP response for
get /api/v2/accounts/{account_id}, but is otherwise the same as AccountServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<Account>> retrieve(String accountId, AccountRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<Account>> retrieve(String accountId, AccountRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<Account>> retrieve(AccountRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<Account>> retrieve(AccountRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<Account>> retrieve(String accountId, RequestOptions requestOptions)
-
deactivate
CompletableFuture<HttpResponseFor<Account>> deactivate(String accountId)
Returns a raw HTTP response for
post /api/v2/accounts/{account_id}/deactivate, but is otherwise the same as AccountServiceAsync.deactivate.
-
deactivate
CompletableFuture<HttpResponseFor<Account>> deactivate(String accountId, AccountDeactivateParams params, RequestOptions requestOptions)
-
deactivate
CompletableFuture<HttpResponseFor<Account>> deactivate(String accountId, AccountDeactivateParams params)
-
deactivate
abstract CompletableFuture<HttpResponseFor<Account>> deactivate(AccountDeactivateParams params, RequestOptions requestOptions)
-
deactivate
CompletableFuture<HttpResponseFor<Account>> deactivate(AccountDeactivateParams params)
-
deactivate
CompletableFuture<HttpResponseFor<Account>> deactivate(String accountId, RequestOptions requestOptions)
-
getCashBalances
CompletableFuture<HttpResponseFor<List<AccountGetCashBalancesResponse>>> getCashBalances(String accountId)
Returns a raw HTTP response for
get /api/v2/accounts/{account_id}/cash, but is otherwise the same as AccountServiceAsync.getCashBalances.
-
getCashBalances
CompletableFuture<HttpResponseFor<List<AccountGetCashBalancesResponse>>> getCashBalances(String accountId, AccountGetCashBalancesParams params, RequestOptions requestOptions)
-
getCashBalances
CompletableFuture<HttpResponseFor<List<AccountGetCashBalancesResponse>>> getCashBalances(String accountId, AccountGetCashBalancesParams params)
-
getCashBalances
abstract CompletableFuture<HttpResponseFor<List<AccountGetCashBalancesResponse>>> getCashBalances(AccountGetCashBalancesParams params, RequestOptions requestOptions)
-
getCashBalances
CompletableFuture<HttpResponseFor<List<AccountGetCashBalancesResponse>>> getCashBalances(AccountGetCashBalancesParams params)
-
getCashBalances
CompletableFuture<HttpResponseFor<List<AccountGetCashBalancesResponse>>> getCashBalances(String accountId, RequestOptions requestOptions)
-
getDividendPayments
CompletableFuture<HttpResponseFor<List<AccountGetDividendPaymentsResponse>>> getDividendPayments(String accountId, AccountGetDividendPaymentsParams params)
Returns a raw HTTP response for
get /api/v2/accounts/{account_id}/dividend_payments, but is otherwise the same as AccountServiceAsync.getDividendPayments.
-
getDividendPayments
CompletableFuture<HttpResponseFor<List<AccountGetDividendPaymentsResponse>>> getDividendPayments(String accountId, AccountGetDividendPaymentsParams params, RequestOptions requestOptions)
-
getDividendPayments
CompletableFuture<HttpResponseFor<List<AccountGetDividendPaymentsResponse>>> getDividendPayments(AccountGetDividendPaymentsParams params)
-
getDividendPayments
abstract CompletableFuture<HttpResponseFor<List<AccountGetDividendPaymentsResponse>>> getDividendPayments(AccountGetDividendPaymentsParams params, RequestOptions requestOptions)
-
getInterestPayments
CompletableFuture<HttpResponseFor<List<AccountGetInterestPaymentsResponse>>> getInterestPayments(String accountId, AccountGetInterestPaymentsParams params)
Returns a raw HTTP response for
get /api/v2/accounts/{account_id}/interest_payments, but is otherwise the same as AccountServiceAsync.getInterestPayments.
-
getInterestPayments
CompletableFuture<HttpResponseFor<List<AccountGetInterestPaymentsResponse>>> getInterestPayments(String accountId, AccountGetInterestPaymentsParams params, RequestOptions requestOptions)
-
getInterestPayments
CompletableFuture<HttpResponseFor<List<AccountGetInterestPaymentsResponse>>> getInterestPayments(AccountGetInterestPaymentsParams params)
-
getInterestPayments
abstract CompletableFuture<HttpResponseFor<List<AccountGetInterestPaymentsResponse>>> getInterestPayments(AccountGetInterestPaymentsParams params, RequestOptions requestOptions)
-
getPortfolio
CompletableFuture<HttpResponseFor<AccountGetPortfolioResponse>> getPortfolio(String accountId)
Returns a raw HTTP response for
get /api/v2/accounts/{account_id}/portfolio, but is otherwise the same as AccountServiceAsync.getPortfolio.
-
getPortfolio
CompletableFuture<HttpResponseFor<AccountGetPortfolioResponse>> getPortfolio(String accountId, AccountGetPortfolioParams params, RequestOptions requestOptions)
-
getPortfolio
CompletableFuture<HttpResponseFor<AccountGetPortfolioResponse>> getPortfolio(String accountId, AccountGetPortfolioParams params)
-
getPortfolio
abstract CompletableFuture<HttpResponseFor<AccountGetPortfolioResponse>> getPortfolio(AccountGetPortfolioParams params, RequestOptions requestOptions)
-
getPortfolio
CompletableFuture<HttpResponseFor<AccountGetPortfolioResponse>> getPortfolio(AccountGetPortfolioParams params)
-
getPortfolio
CompletableFuture<HttpResponseFor<AccountGetPortfolioResponse>> getPortfolio(String accountId, RequestOptions requestOptions)
-
mintSandboxTokens
CompletableFuture<HttpResponse> mintSandboxTokens(String accountId)
Returns a raw HTTP response for
post /api/v2/accounts/{account_id}/faucet, but is otherwise the same as AccountServiceAsync.mintSandboxTokens.
-
mintSandboxTokens
CompletableFuture<HttpResponse> mintSandboxTokens(String accountId, AccountMintSandboxTokensParams params, RequestOptions requestOptions)
-
mintSandboxTokens
CompletableFuture<HttpResponse> mintSandboxTokens(String accountId, AccountMintSandboxTokensParams params)
-
mintSandboxTokens
abstract CompletableFuture<HttpResponse> mintSandboxTokens(AccountMintSandboxTokensParams params, RequestOptions requestOptions)
-
mintSandboxTokens
CompletableFuture<HttpResponse> mintSandboxTokens(AccountMintSandboxTokensParams params)
-
mintSandboxTokens
CompletableFuture<HttpResponse> mintSandboxTokens(String accountId, RequestOptions requestOptions)
-
-
-
-