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
The Class CollectionPropertiesResponse holds a list of collection property details as response data which will be sent to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionPropertiesResponse

      public CollectionPropertiesResponse(List<CollectionPropertyEntity> properties)
      Instantiates a new collection properties response.
      Parameters:
      properties - The List of Collection properties objects.