Uses of Class
com.exasol.extensionmanager.client.model.ParamDefinition
-
Packages that use ParamDefinition Package Description com.exasol.extensionmanager.client.model -
-
Uses of ParamDefinition in com.exasol.extensionmanager.client.model
Methods in com.exasol.extensionmanager.client.model that return ParamDefinition Modifier and Type Method Description ParamDefinitionParamDefinition. definition(Map<String,Object> definition)ParamDefinitionParamDefinition. id(String id)ParamDefinitionParamDefinition. name(String name)ParamDefinitionParamDefinition. putDefinitionItem(String key, Object definitionItem)Methods in com.exasol.extensionmanager.client.model that return types with arguments of type ParamDefinition Modifier and Type Method Description List<ParamDefinition>ExtensionDetailsResponse. getParameterDefinitions()Get parameterDefinitionsMethods in com.exasol.extensionmanager.client.model with parameters of type ParamDefinition Modifier and Type Method Description ExtensionDetailsResponseExtensionDetailsResponse. addParameterDefinitionsItem(ParamDefinition parameterDefinitionsItem)Method parameters in com.exasol.extensionmanager.client.model with type arguments of type ParamDefinition Modifier and Type Method Description ExtensionDetailsResponseExtensionDetailsResponse. parameterDefinitions(List<ParamDefinition> parameterDefinitions)voidExtensionDetailsResponse. setParameterDefinitions(List<ParamDefinition> parameterDefinitions)
-