Class CollectionPropertiesResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.auth.model.response.collectionproperty.CollectionPropertiesResponse
- All Implemented Interfaces:
Serializable
public class CollectionPropertiesResponse
extends com.skava.core.validation.OutputModel
Data transfer class holds the list of collection property as response data to transfer from service to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionPropertiesResponse
(List<CollectionProperty> properties) Instantiates a new collection properties response. -
Method Summary
-
Constructor Details
-
CollectionPropertiesResponse
Instantiates a new collection properties response.- Parameters:
properties
- The List of Collection properties objects.
-