Class AccountServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.AccountService
public final class AccountServiceImpl implements AccountService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountServiceImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.dinari.api.services.blocking.v2.AccountService
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
AccountService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AccountService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
wallet
WalletService wallet()
-
orders
OrderService orders()
-
orderFulfillments
OrderFulfillmentService orderFulfillments()
-
orderRequests
OrderRequestService orderRequests()
-
withdrawalRequests
WithdrawalRequestService withdrawalRequests()
-
withdrawals
WithdrawalService withdrawals()
-
retrieve
Account retrieve(AccountRetrieveParams params, RequestOptions requestOptions)
-
deactivate
Account deactivate(AccountDeactivateParams params, RequestOptions requestOptions)
-
getCashBalances
List<AccountGetCashBalancesResponse> getCashBalances(AccountGetCashBalancesParams params, RequestOptions requestOptions)
-
getDividendPayments
List<AccountGetDividendPaymentsResponse> getDividendPayments(AccountGetDividendPaymentsParams params, RequestOptions requestOptions)
-
getInterestPayments
List<AccountGetInterestPaymentsResponse> getInterestPayments(AccountGetInterestPaymentsParams params, RequestOptions requestOptions)
-
getPortfolio
AccountGetPortfolioResponse getPortfolio(AccountGetPortfolioParams params, RequestOptions requestOptions)
-
mintSandboxTokens
Unit mintSandboxTokens(AccountMintSandboxTokensParams params, RequestOptions requestOptions)
-
-
-
-