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 Summary
ConstructorsConstructorDescriptionCollectionAttributesAPIResponse
(long count, List<CollectionAttributes> collectionAttributes) Instantiates a new CollectionAttributes API response. -
Method Summary
-
Constructor Details
-
CollectionAttributesAPIResponse
Instantiates a new CollectionAttributes API response.- Parameters:
count
- the total number of collection attributes presentcollectionAttributes
- Holds the list ofCollectionAttributes
object which consists of a list collection attributes.
-