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