Package com.microsoft.graph.models
Enum Class DeviceEnrollmentType
- All Implemented Interfaces:
Serializable,Comparable<DeviceEnrollmentType>,Constable
The Enum Device Enrollment Type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionapple Bulk With Userapple Bulk Without Userapple User Enrollmentapple User Enrollment With Service Accountdevice Enrollment ManagerFor DeviceEnrollmentType values that were not expected from the serviceunknownuser Enrollmentwindows Auto Enrollmentwindows Azure ADJoinwindows Azure ADJoin Using Device Authwindows Bulk Azure Domain Joinwindows Bulk Userlesswindows Co Management -
Method Summary
Modifier and TypeMethodDescriptionstatic DeviceEnrollmentTypeReturns the enum constant of this class with the specified name.static DeviceEnrollmentType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
USER_ENROLLMENT
user Enrollment -
DEVICE_ENROLLMENT_MANAGER
device Enrollment Manager -
APPLE_BULK_WITH_USER
apple Bulk With User -
APPLE_BULK_WITHOUT_USER
apple Bulk Without User -
WINDOWS_AZURE_AD_JOIN
windows Azure ADJoin -
WINDOWS_BULK_USERLESS
windows Bulk Userless -
WINDOWS_AUTO_ENROLLMENT
windows Auto Enrollment -
WINDOWS_BULK_AZURE_DOMAIN_JOIN
windows Bulk Azure Domain Join -
WINDOWS_CO_MANAGEMENT
windows Co Management -
WINDOWS_AZURE_AD_JOIN_USING_DEVICE_AUTH
windows Azure ADJoin Using Device Auth -
APPLE_USER_ENROLLMENT
apple User Enrollment -
APPLE_USER_ENROLLMENT_WITH_SERVICE_ACCOUNT
apple User Enrollment With Service Account -
UNEXPECTED_VALUE
For DeviceEnrollmentType values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-