public class EnabledConfig extends Object
| Constructor and Description |
|---|
EnabledConfig() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get true if configuration is enabled, false if it is disabled and null if configuration is not set.
|
EnabledConfig |
withEnabled(Boolean enabled)
Set 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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/