Uses of Class
app.nzyme.plugin.rest.configuration.ConfigurationEntryResponse
-
Packages that use ConfigurationEntryResponse Package Description app.nzyme.plugin.rest.configuration -
-
Uses of ConfigurationEntryResponse in app.nzyme.plugin.rest.configuration
Methods in app.nzyme.plugin.rest.configuration that return ConfigurationEntryResponse Modifier and Type Method Description abstract ConfigurationEntryResponseConfigurationEntryResponse.Builder. build()static ConfigurationEntryResponseConfigurationEntryResponse. create(String key, String keyHumanReadable, Object value, ConfigurationEntryValueType valueType, Object defaultValue, Boolean requiresRestart, List<ConfigurationEntryConstraint> constraints, String helpTag)
-