Class CollectionsAPIResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.response.CollectionsAPIResponse
All Implemented Interfaces:
Serializable

public class CollectionsAPIResponse extends com.skava.core.validation.OutputModel
The Class CollectionsAPIResponse holds the list of collection details as response data which will be sent to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionsAPIResponse

      public CollectionsAPIResponse(List<Collections> collections, PageableInfo pageableInfo)
      Instantiates a new collections API response.
      Parameters:
      collections - Holds the list of Collections object for creating the collection API response.
      pageableInfo - Holds PageableInfo object.