Class TableMetaDataPersonalizerOutput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
com.kingsrook.qqq.backend.core.model.actions.metadata.personalization.TableMetaDataPersonalizerOutput
Output for the action to personalize the table-metaData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTable()
Getter for tablevoid
setTable
(QTableMetaData table) Setter for tablewithTable
(QTableMetaData table) Fluent setter for table
-
Constructor Details
-
TableMetaDataPersonalizerOutput
public TableMetaDataPersonalizerOutput()
-
-
Method Details
-
getTable
-
setTable
-
withTable
Fluent setter for table- Parameters:
table
- Potentially a clone of the input table, "personalized" for the user making the request. Else, if not personalized, then should be the input table.- Returns:
- this
-