Package com.skava.model.responses
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 Summary
ConstructorsConstructorDescriptionCollectionsResponse
(List<CollectionEntity> collections, PageableInfo pageableInfo) Instantiates a new user collections response. -
Method Summary
-
Constructor Details
-
CollectionsResponse
Instantiates a new user collections response.- Parameters:
collections
- The List of Collection objects.pageableInfo
- pagination object.
-