Class EncryptedConfigurationEntryResponse.Builder
- java.lang.Object
-
- app.nzyme.plugin.rest.configuration.EncryptedConfigurationEntryResponse.Builder
-
- Enclosing class:
- EncryptedConfigurationEntryResponse
public abstract static class EncryptedConfigurationEntryResponse.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract EncryptedConfigurationEntryResponsebuild()abstract EncryptedConfigurationEntryResponse.Builderconstraints(List<ConfigurationEntryConstraint> constraints)abstract EncryptedConfigurationEntryResponse.BuilderhelpTag(String helpTag)abstract EncryptedConfigurationEntryResponse.Builderkey(String key)abstract EncryptedConfigurationEntryResponse.BuilderkeyHumanReadable(String keyHumanReadable)abstract EncryptedConfigurationEntryResponse.BuilderrequiresRestart(Boolean requiresRestart)abstract EncryptedConfigurationEntryResponse.BuildervalueIsSet(Boolean valueIsSet)abstract EncryptedConfigurationEntryResponse.BuildervalueType(ConfigurationEntryValueType valueType)
-
-
-
Method Detail
-
key
public abstract EncryptedConfigurationEntryResponse.Builder key(String key)
-
keyHumanReadable
public abstract EncryptedConfigurationEntryResponse.Builder keyHumanReadable(String keyHumanReadable)
-
valueIsSet
public abstract EncryptedConfigurationEntryResponse.Builder valueIsSet(Boolean 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
public abstract EncryptedConfigurationEntryResponse.Builder helpTag(String helpTag)
-
build
public abstract EncryptedConfigurationEntryResponse build()
-
-