Class CollectionsResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.CollectionsResponse
All Implemented Interfaces:
Serializable

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

    • CollectionsResponse

      public CollectionsResponse(List<Collection> collections, PageableInfo pageableInfo)
      Instantiates a new collections response.
      Parameters:
      collections - The List of Collection objects.
      pageableInfo - Instance of PageableInfo object.