Package com.dinari.api.services.async.v2
Class AccountServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.AccountServiceAsync
public final class AccountServiceAsyncImpl implements AccountServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.dinari.api.services.async.v2.AccountServiceAsync
deactivate, deactivate, deactivate, deactivate, deactivate, getCashBalances, getCashBalances, getCashBalances, getCashBalances, getCashBalances, getDividendPayments, getDividendPayments, getDividendPayments, getInterestPayments, getInterestPayments, getInterestPayments, getPortfolio, getPortfolio, getPortfolio, getPortfolio, getPortfolio, mintSandboxTokens, mintSandboxTokens, mintSandboxTokens, mintSandboxTokens, mintSandboxTokens, retrieve, retrieve, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
AccountServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AccountServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
wallet
WalletServiceAsync wallet()
-
orders
OrderServiceAsync orders()
-
orderFulfillments
OrderFulfillmentServiceAsync orderFulfillments()
-
orderRequests
OrderRequestServiceAsync orderRequests()
-
withdrawalRequests
WithdrawalRequestServiceAsync withdrawalRequests()
-
withdrawals
WithdrawalServiceAsync withdrawals()
-
tokenTransfers
TokenTransferServiceAsync tokenTransfers()
-
retrieve
CompletableFuture<Account> retrieve(AccountRetrieveParams params, RequestOptions requestOptions)
-
deactivate
CompletableFuture<Account> deactivate(AccountDeactivateParams params, RequestOptions requestOptions)
-
getCashBalances
CompletableFuture<List<AccountGetCashBalancesResponse>> getCashBalances(AccountGetCashBalancesParams params, RequestOptions requestOptions)
-
getDividendPayments
CompletableFuture<List<AccountGetDividendPaymentsResponse>> getDividendPayments(AccountGetDividendPaymentsParams params, RequestOptions requestOptions)
-
getInterestPayments
CompletableFuture<List<AccountGetInterestPaymentsResponse>> getInterestPayments(AccountGetInterestPaymentsParams params, RequestOptions requestOptions)
-
getPortfolio
CompletableFuture<AccountGetPortfolioResponse> getPortfolio(AccountGetPortfolioParams params, RequestOptions requestOptions)
-
mintSandboxTokens
CompletableFuture<Void> mintSandboxTokens(AccountMintSandboxTokensParams params, RequestOptions requestOptions)
-
-
-
-