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 Details

    • CollectionPropertyResponse

      public CollectionPropertyResponse(CollectionProperty collectionProperty)
      Instantiates a new collection property response.
      Parameters:
      collectionProperty - Holds CollectionProperty object for creating CollectionPropertyResponse object.