public enum DeviceEnrollmentType extends java.lang.Enum<DeviceEnrollmentType>
| Enum Constant and Description |
|---|
APPLE_BULK_WITH_USER
apple Bulk With User
|
APPLE_BULK_WITHOUT_USER
apple Bulk Without User
|
DEVICE_ENROLLMENT_MANAGER
device Enrollment Manager
|
UNEXPECTED_VALUE
For DeviceEnrollmentType values that were not expected from the service
|
UNKNOWN
unknown
|
USER_ENROLLMENT
user Enrollment
|
WINDOWS_AUTO_ENROLLMENT
windows Auto Enrollment
|
WINDOWS_AZURE_AD_JOIN
windows Azure ADJoin
|
WINDOWS_BULK_AZURE_DOMAIN_JOIN
windows Bulk Azure Domain Join
|
WINDOWS_BULK_USERLESS
windows Bulk Userless
|
WINDOWS_CO_MANAGEMENT
windows Co Management
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceEnrollmentType |
valueOf(java.lang.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_AD_JOIN
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 UNEXPECTED_VALUE
public static DeviceEnrollmentType[] values()
for (DeviceEnrollmentType c : DeviceEnrollmentType.values()) System.out.println(c);
public static DeviceEnrollmentType 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