Package com.skava.model.responses
Class AttributesAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.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:
- June 2024
- Version:
- 8.18.4
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributesAPIResponse
(List<Attribute> attributeResponse, PageableInfo pageable) -
Method Summary
-
Constructor Details
-
AttributesAPIResponse
- Parameters:
attributeResponse
- Holds the list of attributes.pageable
- holds pageable information.
-