Class RunAdHocRecordScriptInput


public class RunAdHocRecordScriptInput extends AbstractRunScriptInput<AdHocScriptCodeReference>
  • Constructor Details

    • RunAdHocRecordScriptInput

      public RunAdHocRecordScriptInput()
  • Method Details

    • getRecordList

      public List<QRecord> getRecordList()
      Getter for recordList
    • setRecordList

      public void setRecordList(List<QRecord> recordList)
      Setter for recordList
    • withRecordList

      public RunAdHocRecordScriptInput withRecordList(List<QRecord> recordList)
      Fluent setter for recordList
    • getRecordPrimaryKeyList

      public List<Serializable> getRecordPrimaryKeyList()
      Getter for recordPrimaryKeyList
    • setRecordPrimaryKeyList

      public void setRecordPrimaryKeyList(List<Serializable> recordPrimaryKeyList)
      Setter for recordPrimaryKeyList
    • withRecordPrimaryKeyList

      public RunAdHocRecordScriptInput withRecordPrimaryKeyList(List<Serializable> recordPrimaryKeyList)
      Fluent setter for recordPrimaryKeyList