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