public final class ConfigurationValueOptions extends Object
Modifier and Type | Method and Description |
---|---|
static ConfigurationValueOptions |
defaults() |
boolean |
shouldUseDisplayValue() |
boolean |
shouldUseRawValue() |
ConfigurationValueOptions |
useDisplayValue(boolean useDisplayValue) |
ConfigurationValueOptions |
useRawValue(boolean useRawValue) |
public static ConfigurationValueOptions defaults()
ConfigurationValueOptions
public boolean shouldUseDisplayValue()
public boolean shouldUseRawValue()
public ConfigurationValueOptions useRawValue(boolean useRawValue)
useRawValue
- whether to use raw valueConfigurationValueOptions
instancepublic ConfigurationValueOptions useDisplayValue(boolean useDisplayValue)
useDisplayValue
- whether to use display valueConfigurationValueOptions
instanceCopyright © 2023. All Rights Reserved.