Uses of Enum
com.microsoft.graph.models.DeviceEnrollmentType
Packages that use DeviceEnrollmentType
-
Uses of DeviceEnrollmentType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceEnrollmentTypeModifier and TypeMethodDescriptionstatic DeviceEnrollmentTypeManagedDevice.getDeviceEnrollmentType()Gets the deviceEnrollmentType property value.EnrollmentTroubleshootingEvent.getEnrollmentType()Gets the enrollmentType property value.static DeviceEnrollmentTypeReturns the enum constant of this type with the specified name.static DeviceEnrollmentType[]DeviceEnrollmentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type DeviceEnrollmentTypeModifier and TypeMethodDescriptionvoidManagedDevice.setDeviceEnrollmentType(DeviceEnrollmentType value) Sets the deviceEnrollmentType property value.voidEnrollmentTroubleshootingEvent.setEnrollmentType(DeviceEnrollmentType value) Sets the enrollmentType property value.