Class TableQueryResponseV1
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.v1.responses.TableQueryResponseV1
- All Implemented Interfaces:
AbstractMiddlewareOutputInterface,TableQueryOutputInterface,ToSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for recordsvoidsetRecords(List<QRecord> records) Setter for recordswithRecords(List<QRecord> records) Setter for records
-
Constructor Details
-
TableQueryResponseV1
public TableQueryResponseV1()
-
-
Method Details
-
setRecords
Setter for records- Specified by:
setRecordsin interfaceTableQueryOutputInterface
-
withRecords
Setter for records -
getRecords
Getter for records
-