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 Details

    • AttributesAPIResponse

      public AttributesAPIResponse(List<Attribute> attributeResponse, PageableInfo pageable)
      Parameters:
      attributeResponse - Holds the list of attributes.
      pageable - holds pageable information.