Class EncryptedConfigurationEntryResponse
java.lang.Object
app.nzyme.plugin.rest.configuration.EncryptedConfigurationEntryResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()abstract List<ConfigurationEntryConstraint>create(String key, String keyHumanReadable, Boolean valueIsSet, ConfigurationEntryValueType valueType, Boolean requiresRestart, List<ConfigurationEntryConstraint> constraints, String helpTag) abstract StringhelpTag()abstract Stringkey()abstract Stringabstract Booleanabstract Booleanabstract ConfigurationEntryValueType
-
Constructor Details
-
EncryptedConfigurationEntryResponse
public EncryptedConfigurationEntryResponse()
-
-
Method Details
-
key
-
keyHumanReadable
-
valueIsSet
-
valueType
-
requiresRestart
-
constraints
-
helpTag
-
create
public static EncryptedConfigurationEntryResponse create(String key, String keyHumanReadable, Boolean valueIsSet, ConfigurationEntryValueType valueType, Boolean requiresRestart, List<ConfigurationEntryConstraint> constraints, String helpTag) -
builder
-