public enum ConditionalAccessPolicyState extends java.lang.Enum<ConditionalAccessPolicyState>
Enum Constant and Description |
---|
DISABLED
disabled
|
ENABLED
enabled
|
ENABLED_FOR_REPORTING_BUT_NOT_ENFORCED
enabled For Reporting But Not Enforced
|
UNEXPECTED_VALUE
For ConditionalAccessPolicyState values that were not expected from the service
|
Modifier and Type | Method and Description |
---|---|
static ConditionalAccessPolicyState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalAccessPolicyState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionalAccessPolicyState ENABLED
public static final ConditionalAccessPolicyState DISABLED
public static final ConditionalAccessPolicyState ENABLED_FOR_REPORTING_BUT_NOT_ENFORCED
public static final ConditionalAccessPolicyState UNEXPECTED_VALUE
public static ConditionalAccessPolicyState[] values()
for (ConditionalAccessPolicyState c : ConditionalAccessPolicyState.values()) System.out.println(c);
public static ConditionalAccessPolicyState 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