Class CommonCollectionResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.CommonCollectionResponse
All Implemented Interfaces:
Serializable

public class CommonCollectionResponse extends com.skava.core.validation.OutputModel
This class defines the Common Collection Response model holds the collection details.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CommonCollectionResponse

      public CommonCollectionResponse(CollectionEntity collection)
      Instantiates a new CommonCollectionResponse object.
      Parameters:
      collection - Holds CollectionEntity object.
    • CommonCollectionResponse

      public CommonCollectionResponse(Collection collection)
      Instantiates a new CommonCollectionResponse object.
      Parameters:
      collection - Holds Collection object.