Class CollectionResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.auth.model.response.collection.CollectionResponse
- All Implemented Interfaces:
Serializable
public class CollectionResponse
extends com.skava.core.validation.OutputModel
Data transfer class holds the collection details as response data to transfer from service to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionResponse
(CollectionVO collection) Instantiates a new auth collection response. -
Method Summary
-
Constructor Details
-
CollectionResponse
Instantiates a new auth collection response.- Parameters:
collection
- The collection object.
-