Class EncryptedConfigurationEntryResponse.Builder
java.lang.Object
app.nzyme.plugin.rest.configuration.EncryptedConfigurationEntryResponse.Builder
- Enclosing class:
- EncryptedConfigurationEntryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract EncryptedConfigurationEntryResponsebuild()constraints(List<ConfigurationEntryConstraint> constraints) keyHumanReadable(String keyHumanReadable) requiresRestart(Boolean requiresRestart) valueIsSet(Boolean valueIsSet) valueType(ConfigurationEntryValueType valueType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
-
keyHumanReadable
public abstract EncryptedConfigurationEntryResponse.Builder keyHumanReadable(String keyHumanReadable) -
valueIsSet
-
valueType
public abstract EncryptedConfigurationEntryResponse.Builder valueType(ConfigurationEntryValueType valueType) -
requiresRestart
public abstract EncryptedConfigurationEntryResponse.Builder requiresRestart(Boolean requiresRestart) -
constraints
public abstract EncryptedConfigurationEntryResponse.Builder constraints(List<ConfigurationEntryConstraint> constraints) -
helpTag
-
build
-