Class AttributesAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.response.AttributesAPIResponse
- All Implemented Interfaces:
Serializable
public class AttributesAPIResponse
extends com.skava.core.validation.OutputModel
The Class AttributesAPIResponse holds the list of attributes as response data which will
be sent to controller.
- Since:
- May 2020
- Version:
- 8.9.0
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributesAPIResponse
(List<Attribute> attributeResponse, PageableInfo pageable) Instantiates a new AccountBuyers API Response. -
Method Summary
-
Constructor Details
-
AttributesAPIResponse
Instantiates a new AccountBuyers API Response.- Parameters:
attributeResponse
- Holds the list of attributes.pageable
- holds pageable information.
-