Class CollectionResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.auth.model.response.collection.CollectionResponse
All Implemented Interfaces:
Serializable

public class CollectionResponse extends com.skava.core.validation.OutputModel
Data transfer class holds the collection details as response data to transfer from service to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionResponse

      public CollectionResponse(CollectionVO collection)
      Instantiates a new auth collection response.
      Parameters:
      collection - The collection object.