JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.kingsrook.qqq.middleware.javalin.executors.io
TableQueryOutputInterface
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
setRecords(List)
Interface TableQueryOutputInterface
All Superinterfaces:
AbstractMiddlewareOutputInterface
All Known Implementing Classes:
TableQueryResponseV1
public interface
TableQueryOutputInterface
extends
AbstractMiddlewareOutputInterface
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setRecords
(
List
<
QRecord
> records)
Method Details
setRecords
void
setRecords
(
List
<
QRecord
> records)