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