Uses of Class
app.nzyme.plugin.rest.configuration.ConfigurationEntryValueType
-
Packages that use ConfigurationEntryValueType Package Description app.nzyme.plugin.rest.configuration -
-
Uses of ConfigurationEntryValueType in app.nzyme.plugin.rest.configuration
Methods in app.nzyme.plugin.rest.configuration that return ConfigurationEntryValueType Modifier and Type Method Description static ConfigurationEntryValueTypeConfigurationEntryValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationEntryValueType[]ConfigurationEntryValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.abstract ConfigurationEntryValueTypeConfigurationEntryResponse. valueType()abstract ConfigurationEntryValueTypeEncryptedConfigurationEntryResponse. valueType()Methods in app.nzyme.plugin.rest.configuration with parameters of type ConfigurationEntryValueType Modifier and Type Method Description static ConfigurationEntryResponseConfigurationEntryResponse. create(String key, String keyHumanReadable, Object value, ConfigurationEntryValueType valueType, Object defaultValue, Boolean requiresRestart, List<ConfigurationEntryConstraint> constraints, String helpTag)static EncryptedConfigurationEntryResponseEncryptedConfigurationEntryResponse. create(String key, String keyHumanReadable, Boolean valueIsSet, ConfigurationEntryValueType valueType, Boolean requiresRestart, List<ConfigurationEntryConstraint> constraints, String helpTag)abstract ConfigurationEntryResponse.BuilderConfigurationEntryResponse.Builder. valueType(ConfigurationEntryValueType valueType)abstract EncryptedConfigurationEntryResponse.BuilderEncryptedConfigurationEntryResponse.Builder. valueType(ConfigurationEntryValueType valueType)
-