Class CostCentresAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.response.CostCentresAPIResponse
- All Implemented Interfaces:
Serializable
public class CostCentresAPIResponse
extends com.skava.core.validation.OutputModel
The Class CostCentresAPIResponse holds the list of cost centre details as response data which will be sent
to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCostCentresAPIResponse
(List<CostCentre> costCentres, PageableInfo pageable) Instantiates a new CostCentres API Response. -
Method Summary
-
Constructor Details
-
CostCentresAPIResponse
Instantiates a new CostCentres API Response.- Parameters:
costCentres
- Holds the list ofCostCentre
object for creating the Cost centre API Response.pageable
- holds pageable information.
-