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 GetTableApiFieldsInputModifier and TypeMethodDescriptionGetTableApiFieldsAction.execute
(GetTableApiFieldsInput input) static List
<QFieldMetaData> GetTableApiFieldsAction.getTableApiFieldList
(GetTableApiFieldsInput input) convenience (and caching) wrapperstatic Map
<String, QFieldMetaData> GetTableApiFieldsAction.getTableApiFieldMap
(GetTableApiFieldsInput input) convenience (and caching) wrapper -
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.withDoCheckTableApiVersion
(Boolean doCheckTableApiVersion) Fluent setter for doCheckTableApiVersionGetTableApiFieldsInput.withInputSource
(InputSource inputSource) GetTableApiFieldsInput.withTableName
(String tableName) Fluent setter for tableNameGetTableApiFieldsInput.withVersion
(String version) Fluent setter for version