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 Details

    • CostCentresAPIResponse

      public CostCentresAPIResponse(List<CostCentre> costCentres, PageableInfo pageable)
      Instantiates a new CostCentres API Response.
      Parameters:
      costCentres - Holds the list of CostCentre object for creating the Cost centre API Response.
      pageable - holds pageable information.