Enum Class DeviceEnrollmentType

java.lang.Object
java.lang.Enum<DeviceEnrollmentType>
com.microsoft.graph.models.DeviceEnrollmentType
All Implemented Interfaces:
Serializable, Comparable<DeviceEnrollmentType>, Constable

public enum DeviceEnrollmentType extends Enum<DeviceEnrollmentType>
The Enum Device Enrollment Type.
  • Enum Constant Details

    • UNKNOWN

      public static final DeviceEnrollmentType UNKNOWN
      unknown
    • USER_ENROLLMENT

      public static final DeviceEnrollmentType USER_ENROLLMENT
      user Enrollment
    • DEVICE_ENROLLMENT_MANAGER

      public static final DeviceEnrollmentType DEVICE_ENROLLMENT_MANAGER
      device Enrollment Manager
    • APPLE_BULK_WITH_USER

      public static final DeviceEnrollmentType APPLE_BULK_WITH_USER
      apple Bulk With User
    • APPLE_BULK_WITHOUT_USER

      public static final DeviceEnrollmentType APPLE_BULK_WITHOUT_USER
      apple Bulk Without User
    • WINDOWS_AZURE_AD_JOIN

      public static final DeviceEnrollmentType WINDOWS_AZURE_AD_JOIN
      windows Azure ADJoin
    • WINDOWS_BULK_USERLESS

      public static final DeviceEnrollmentType WINDOWS_BULK_USERLESS
      windows Bulk Userless
    • WINDOWS_AUTO_ENROLLMENT

      public static final DeviceEnrollmentType WINDOWS_AUTO_ENROLLMENT
      windows Auto Enrollment
    • WINDOWS_BULK_AZURE_DOMAIN_JOIN

      public static final DeviceEnrollmentType WINDOWS_BULK_AZURE_DOMAIN_JOIN
      windows Bulk Azure Domain Join
    • WINDOWS_CO_MANAGEMENT

      public static final DeviceEnrollmentType WINDOWS_CO_MANAGEMENT
      windows Co Management
    • WINDOWS_AZURE_AD_JOIN_USING_DEVICE_AUTH

      public static final DeviceEnrollmentType WINDOWS_AZURE_AD_JOIN_USING_DEVICE_AUTH
      windows Azure ADJoin Using Device Auth
    • APPLE_USER_ENROLLMENT

      public static final DeviceEnrollmentType APPLE_USER_ENROLLMENT
      apple User Enrollment
    • APPLE_USER_ENROLLMENT_WITH_SERVICE_ACCOUNT

      public static final DeviceEnrollmentType APPLE_USER_ENROLLMENT_WITH_SERVICE_ACCOUNT
      apple User Enrollment With Service Account
    • UNEXPECTED_VALUE

      public static final DeviceEnrollmentType UNEXPECTED_VALUE
      For DeviceEnrollmentType values that were not expected from the service
  • Method Details

    • values

      public static DeviceEnrollmentType[] 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

      public static DeviceEnrollmentType valueOf(String name)
      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 name
      NullPointerException - if the argument is null