Class CollectionAttributesResponse

java.lang.Object
com.skava.model.responses.CollectionAttributesResponse
All Implemented Interfaces:
Serializable

public class CollectionAttributesResponse extends Object implements Serializable
The Class CollectionAttributesResponse holds a list of collection attributes as response data which will be sent to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionAttributesResponse

      public CollectionAttributesResponse(String responseCode, String responseMessage, List<CollectionAttributeEntity> attributes)
      Instantiates a new collection attribute response.
      Parameters:
      responseCode - String object. The response code.
      responseMessage - String object.Indicates the response message.
      attributes - List of CollectionAttributeEntity objects. The list of collection attribute entity objects.