Uses of Enum
com.microsoft.graph.models.WindowsAutopilotDeviceType
Packages that use WindowsAutopilotDeviceType
-
Uses of WindowsAutopilotDeviceType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsAutopilotDeviceTypeModifier and TypeMethodDescriptionstatic WindowsAutopilotDeviceTypeWindowsAutopilotDeploymentProfile.getDeviceType()Gets the deviceType property value.static WindowsAutopilotDeviceTypeReturns the enum constant of this type with the specified name.static WindowsAutopilotDeviceType[]WindowsAutopilotDeviceType.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 WindowsAutopilotDeviceTypeModifier and TypeMethodDescriptionvoidWindowsAutopilotDeploymentProfile.setDeviceType(WindowsAutopilotDeviceType value) Sets the deviceType property value.