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
The Class CollectionsResponse holds a list of collection details
as response data which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionsResponse
(List<Collection> collections, PageableInfo pageableInfo) Instantiates a new collections response. -
Method Summary
-
Constructor Details
-
CollectionsResponse
Instantiates a new collections response.- Parameters:
collections
- The List of Collection objects.pageableInfo
- Instance ofPageableInfo
object.
-