public enum AppLockerApplicationControlType extends java.lang.Enum<AppLockerApplicationControlType>
| Enum Constant and Description |
|---|
AUDIT_COMPONENTS_AND_STORE_APPS
audit Components And Store Apps
|
AUDIT_COMPONENTS_STORE_APPS_AND_SMARTLOCKER
audit Components Store Apps And Smartlocker
|
ENFORCE_COMPONENTS_AND_STORE_APPS
enforce Components And Store Apps
|
ENFORCE_COMPONENTS_STORE_APPS_AND_SMARTLOCKER
enforce Components Store Apps And Smartlocker
|
NOT_CONFIGURED
not Configured
|
UNEXPECTED_VALUE
For AppLockerApplicationControlType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static AppLockerApplicationControlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppLockerApplicationControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppLockerApplicationControlType NOT_CONFIGURED
public static final AppLockerApplicationControlType ENFORCE_COMPONENTS_AND_STORE_APPS
public static final AppLockerApplicationControlType AUDIT_COMPONENTS_AND_STORE_APPS
public static final AppLockerApplicationControlType ENFORCE_COMPONENTS_STORE_APPS_AND_SMARTLOCKER
public static final AppLockerApplicationControlType AUDIT_COMPONENTS_STORE_APPS_AND_SMARTLOCKER
public static final AppLockerApplicationControlType UNEXPECTED_VALUE
public static AppLockerApplicationControlType[] values()
for (AppLockerApplicationControlType c : AppLockerApplicationControlType.values()) System.out.println(c);
public static AppLockerApplicationControlType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null