Uses of Class
com.kingsrook.qqq.api.model.actions.GetTableApiFieldsInput
Packages that use GetTableApiFieldsInput
-
Uses of GetTableApiFieldsInput in com.kingsrook.qqq.api.actions
Subclasses with type arguments of type GetTableApiFieldsInput in com.kingsrook.qqq.api.actionsModifier and TypeClassDescriptionclass
For a given table (name) and API version, return the list of fields that apply for the API.Methods in com.kingsrook.qqq.api.actions with parameters of type GetTableApiFieldsInput -
Uses of GetTableApiFieldsInput in com.kingsrook.qqq.api.model.actions
Methods in com.kingsrook.qqq.api.model.actions that return GetTableApiFieldsInputModifier and TypeMethodDescriptionGetTableApiFieldsInput.withApiName
(String apiName) Fluent setter for apiNameGetTableApiFieldsInput.withTableName
(String tableName) Fluent setter for tableNameGetTableApiFieldsInput.withVersion
(String version) Fluent setter for version