public enum DeviceManagementExchangeAccessStateReason extends Enum<DeviceManagementExchangeAccessStateReason> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static DeviceManagementExchangeAccessStateReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceManagementExchangeAccessStateReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceManagementExchangeAccessStateReason NONE
public static final DeviceManagementExchangeAccessStateReason UNKNOWN
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_GLOBAL_RULE
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_INDIVIDUAL_RULE
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_DEVICE_RULE
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_UPGRADE
public static final DeviceManagementExchangeAccessStateReason EXCHANGE_MAILBOX_POLICY
public static final DeviceManagementExchangeAccessStateReason OTHER
public static final DeviceManagementExchangeAccessStateReason COMPLIANT
public static final DeviceManagementExchangeAccessStateReason NOT_COMPLIANT
public static final DeviceManagementExchangeAccessStateReason NOT_ENROLLED
public static final DeviceManagementExchangeAccessStateReason UNKNOWN_LOCATION
public static final DeviceManagementExchangeAccessStateReason MFA_REQUIRED
public static final DeviceManagementExchangeAccessStateReason AZURE_ADBLOCK_DUE_TO_ACCESS_POLICY
public static final DeviceManagementExchangeAccessStateReason COMPROMISED_PASSWORD
public static final DeviceManagementExchangeAccessStateReason DEVICE_NOT_KNOWN_WITH_MANAGED_APP
public static DeviceManagementExchangeAccessStateReason[] values()
for (DeviceManagementExchangeAccessStateReason c : DeviceManagementExchangeAccessStateReason.values()) System.out.println(c);
public static DeviceManagementExchangeAccessStateReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.