Class CollectionAttributesAPIResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.response.CollectionAttributesAPIResponse
All Implemented Interfaces:
Serializable

public class CollectionAttributesAPIResponse extends com.skava.core.validation.OutputModel
The Class CollectionAttributesAPIResponse holds the list of collection attributes details as response data which will be sent to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • CollectionAttributesAPIResponse

      public CollectionAttributesAPIResponse(long count, List<CollectionAttributes> collectionAttributes)
      Instantiates a new CollectionAttributes API response.
      Parameters:
      count - the total number of collection attributes present
      collectionAttributes - Holds the list of CollectionAttributes object which consists of a list collection attributes.