public final class EnabledConfig extends Object
| Constructor and Description |
|---|
EnabledConfig() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is
not set.
|
void |
validate()
Validates the instance.
|
EnabledConfig |
withEnabled(Boolean enabled)
Set the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is
not set.
|
public Boolean enabled()
public EnabledConfig withEnabled(Boolean enabled)
enabled - the enabled value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.