Class GetTableApiFieldsInput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
com.kingsrook.qqq.backend.core.model.actions.AbstractTableActionInput
com.kingsrook.qqq.api.model.actions.GetTableApiFieldsInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for apiNameGetter for doCheckTableApiVersionGetter for versionvoidsetApiName(String apiName) Setter for apiNamevoidsetDoCheckTableApiVersion(Boolean doCheckTableApiVersion) Setter for doCheckTableApiVersionvoidsetVersion(String version) Setter for versionwithApiName(String apiName) Fluent setter for apiNamewithDoCheckTableApiVersion(Boolean doCheckTableApiVersion) Fluent setter for doCheckTableApiVersionwithInputSource(InputSource inputSource) Fluent setter for inputSourcewithTableName(String tableName) Fluent setter for tableNamewithVersion(String version) Fluent setter for versionMethods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractTableActionInput
getActionIdentity, getBackend, getInputSource, getTable, getTableMetaData, getTableName, setInputSource, setTableMetaData, setTableName, withTableMetaDataMethods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
getAsyncJobCallback, getInstance, getSession, setAsyncJobCallback
-
Constructor Details
-
GetTableApiFieldsInput
public GetTableApiFieldsInput()
-
-
Method Details
-
getVersion
Getter for version -
setVersion
Setter for version -
withVersion
Fluent setter for version -
withTableName
Fluent setter for tableName- Overrides:
withTableNamein classAbstractTableActionInput
-
getApiName
Getter for apiName -
setApiName
Setter for apiName -
withApiName
Fluent setter for apiName -
getDoCheckTableApiVersion
Getter for doCheckTableApiVersion -
setDoCheckTableApiVersion
Setter for doCheckTableApiVersion -
withDoCheckTableApiVersion
Fluent setter for doCheckTableApiVersion -
withInputSource
Description copied from class:AbstractTableActionInputFluent setter for inputSource- Overrides:
withInputSourcein classAbstractTableActionInput- Parameters:
inputSource- Indicator of what the source of the action is. Default values from QQQ are USER or SYSTEM (where it can be the case that an action that originated from a USER leads to SYSTEM actions (e.g., running a process - the RunProcessAction is USER initiated, but if that process then runs a query, by default, it would be SYSTEM initiated).- Returns:
- this
-