public enum DeviceEnrollmentType extends Enum<DeviceEnrollmentType> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static DeviceEnrollmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceEnrollmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceEnrollmentType UNKNOWN
public static final DeviceEnrollmentType USER_ENROLLMENT
public static final DeviceEnrollmentType DEVICE_ENROLLMENT_MANAGER
public static final DeviceEnrollmentType APPLE_BULK_WITH_USER
public static final DeviceEnrollmentType APPLE_BULK_WITHOUT_USER
public static final DeviceEnrollmentType WINDOWS_AZURE_ADJOIN
public static final DeviceEnrollmentType WINDOWS_BULK_USERLESS
public static final DeviceEnrollmentType WINDOWS_AUTO_ENROLLMENT
public static final DeviceEnrollmentType WINDOWS_BULK_AZURE_DOMAIN_JOIN
public static final DeviceEnrollmentType WINDOWS_CO_MANAGEMENT
public static final DeviceEnrollmentType APPLE_USER_ENROLLMENT
public static final DeviceEnrollmentType APPLE_USER_ENROLLMENT_WITH_SERVICE_ACCOUNT
public static final DeviceEnrollmentType AZURE_AD_JOIN_USING_AZURE_VM_EXTENSION
public static final DeviceEnrollmentType ANDROID_ENTERPRISE_DEDICATED_DEVICE
public static final DeviceEnrollmentType ANDROID_ENTERPRISE_FULLY_MANAGED
public static final DeviceEnrollmentType ANDROID_ENTERPRISE_CORPORATE_WORK_PROFILE
public static DeviceEnrollmentType[] values()
for (DeviceEnrollmentType c : DeviceEnrollmentType.values()) System.out.println(c);
public static DeviceEnrollmentType 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.