Class CollectionAttributesResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.auth.model.response.collectionattribute.CollectionAttributesResponse
All Implemented Interfaces:
Serializable

public class CollectionAttributesResponse extends com.skava.core.ResponseModel
Data transfer class holds the list of collection attribute as response data to transfer from service to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionAttributesResponse

      public CollectionAttributesResponse(String responseCode, List<CollectionAttribute> attributes)
      Instantiates a new collection attribute response.
      Parameters:
      responseCode - a String object.
      attributes - List of CollectionAttribute objects. The list of collection attribute objects.