Class RecordAutomationInput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
com.kingsrook.qqq.backend.core.model.actions.AbstractTableActionInput
com.kingsrook.qqq.backend.core.model.automation.RecordAutomationInput
Input data for the RecordAutomationHandler interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for actionGetter for recordListvoid
setAction
(TableAutomationAction action) Setter for actionvoid
setRecordList
(List<QRecord> recordList) Setter for recordListwithAction
(TableAutomationAction action) Fluent setter for actionwithRecordList
(List<QRecord> recordList) Fluent setter for recordListMethods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractTableActionInput
getActionIdentity, getBackend, getTable, getTableName, setTableName, withTableName
Methods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
getAsyncJobCallback, getInstance, getSession, setAsyncJobCallback
-
Constructor Details
-
RecordAutomationInput
public RecordAutomationInput()
-
-
Method Details
-
getAction
Getter for action -
setAction
Setter for action -
withAction
Fluent setter for action -
getRecordList
-
setRecordList
-
withRecordList
Fluent setter for recordList
-