Class AccountHistoriesAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.response.AccountHistoriesAPIResponse
- All Implemented Interfaces:
Serializable
public class AccountHistoriesAPIResponse
extends com.skava.core.validation.OutputModel
The Class AccountsAPIResponse holds the list of account history details as response data
which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountHistoriesAPIResponse
(List<AccountHistory> accountHistories, PageableInfo pageableInfo) Parameterized constructor - -
Method Summary
-
Constructor Details
-
AccountHistoriesAPIResponse
public AccountHistoriesAPIResponse(List<AccountHistory> accountHistories, PageableInfo pageableInfo) Parameterized constructor -- Parameters:
accountHistories
- a list of accountHistoriespageableInfo
- the pageable info.
-