Package com.skava.model.responses
Class CollectionAttributesResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.CollectionAttributesResponse
- All Implemented Interfaces:
Serializable
public class CollectionAttributesResponse
extends com.skava.core.validation.OutputModel
This class defines the Collection Attributes Response model holds the collection attributes response.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionAttributesResponse
(List<CollectionAttributeEntity> attributes) Instantiates a new collection attribute response. -
Method Summary
-
Constructor Details
-
CollectionAttributesResponse
Instantiates a new collection attribute response.- Parameters:
attributes
-List
ofCollectionAttributeEntity
objects. The list of collection attribute entity objects.
-