Class DownloadFileSupplementalAction.DownloadFileSupplementalActionInput
java.lang.Object
com.kingsrook.qqq.middleware.javalin.misc.DownloadFileSupplementalAction.DownloadFileSupplementalActionInput
- Enclosing interface:
DownloadFileSupplementalAction
public static class DownloadFileSupplementalAction.DownloadFileSupplementalActionInput
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for fieldNameGetter for fileNameGetter for primaryKeyGetter for tableNamevoid
setFieldName
(String fieldName) Setter for fieldNamevoid
setFileName
(String fileName) Setter for fileNamevoid
setPrimaryKey
(String primaryKey) Setter for primaryKeyvoid
setTableName
(String tableName) Setter for tableNamewithFieldName
(String fieldName) Fluent setter for fieldNamewithFileName
(String fileName) Fluent setter for fileNamewithPrimaryKey
(String primaryKey) Fluent setter for primaryKeywithTableName
(String tableName) Fluent setter for tableName
-
Constructor Details
-
DownloadFileSupplementalActionInput
public DownloadFileSupplementalActionInput()
-
-
Method Details
-
getTableName
Getter for tableName -
setTableName
Setter for tableName -
withTableName
public DownloadFileSupplementalAction.DownloadFileSupplementalActionInput withTableName(String tableName) Fluent setter for tableName -
getPrimaryKey
Getter for primaryKey -
setPrimaryKey
Setter for primaryKey -
withPrimaryKey
public DownloadFileSupplementalAction.DownloadFileSupplementalActionInput withPrimaryKey(String primaryKey) Fluent setter for primaryKey -
getFieldName
Getter for fieldName -
setFieldName
Setter for fieldName -
withFieldName
public DownloadFileSupplementalAction.DownloadFileSupplementalActionInput withFieldName(String fieldName) Fluent setter for fieldName -
getFileName
Getter for fileName -
setFileName
Setter for fileName -
withFileName
public DownloadFileSupplementalAction.DownloadFileSupplementalActionInput withFileName(String fileName) Fluent setter for fileName
-