public enum ConditionalAccessClientApp extends java.lang.Enum<ConditionalAccessClientApp>
| Enum Constant and Description |
|---|
ALL
all
|
BROWSER
browser
|
EAS_SUPPORTED
eas Supported
|
EXCHANGE_ACTIVE_SYNC
exchange Active Sync
|
MOBILE_APPS_AND_DESKTOP_CLIENTS
mobile Apps And Desktop Clients
|
OTHER
other
|
UNEXPECTED_VALUE
For ConditionalAccessClientApp values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionalAccessClientApp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalAccessClientApp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionalAccessClientApp ALL
public static final ConditionalAccessClientApp BROWSER
public static final ConditionalAccessClientApp MOBILE_APPS_AND_DESKTOP_CLIENTS
public static final ConditionalAccessClientApp EXCHANGE_ACTIVE_SYNC
public static final ConditionalAccessClientApp EAS_SUPPORTED
public static final ConditionalAccessClientApp OTHER
public static final ConditionalAccessClientApp UNKNOWN_FUTURE_VALUE
public static final ConditionalAccessClientApp UNEXPECTED_VALUE
public static ConditionalAccessClientApp[] values()
for (ConditionalAccessClientApp c : ConditionalAccessClientApp.values()) System.out.println(c);
public static ConditionalAccessClientApp 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