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
This class defines the Collections Response model holds the list of collection details.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionsResponse

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