Package com.skava.model.responses
Class CollectionPropertyResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.CollectionPropertyResponse
- All Implemented Interfaces:
Serializable
public class CollectionPropertyResponse
extends com.skava.core.validation.OutputModel
This class defines the Collection Property Response model holds the collection properties details.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionPropertyResponse
(CollectionProperty collectionProperty) Instantiates a new collection property response. -
Method Summary
-
Constructor Details
-
CollectionPropertyResponse
Instantiates a new collection property response.- Parameters:
collectionProperty
- HoldsCollectionProperty
object for creating CollectionPropertyResponse object.
-