Uses of Class
com.skava.accounts.model.exchange.AccountHistory
Packages that use AccountHistory
Package
Description
Accounts Exchange Model Declarations.
Accounts Exchange Response Model Declarations.
-
Uses of AccountHistory in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return AccountHistoryModifier and TypeMethodDescriptionAccountHistory.fromDomainObject
(AccountHistoryDO accountsHistoryDO) fromDomainObject - Used to convert object of typeAccountHistoryDO
toAccountHistory
Constructor parameters in com.skava.accounts.model.exchange with type arguments of type AccountHistoryModifierConstructorDescriptionQAccountHistory
(com.querydsl.core.types.Path<? extends AccountHistory> path) -
Uses of AccountHistory in com.skava.accounts.model.exchange.response
Constructor parameters in com.skava.accounts.model.exchange.response with type arguments of type AccountHistoryModifierConstructorDescriptionAccountHistoriesAPIResponse
(List<AccountHistory> accountHistories, PageableInfo pageableInfo) Parameterized constructor -