Package com.skava.model.responses
Class CollectionPropertiesResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.CollectionPropertiesResponse
- All Implemented Interfaces:
Serializable
public class CollectionPropertiesResponse
extends com.skava.core.validation.OutputModel
This class defines the Collection Properties Response model holds the list of collection properties details.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionPropertiesResponse
(List<CollectionPropertyEntity> properties) Instantiates a new collection properties response. -
Method Summary
-
Constructor Details
-
CollectionPropertiesResponse
Instantiates a new collection properties response.- Parameters:
properties
- Holds the List ofCollectionPropertyEntity
objects.
-