Uses of Enum
com.microsoft.graph.models.WindowsDeviceUsageType
Packages that use WindowsDeviceUsageType
-
Uses of WindowsDeviceUsageType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsDeviceUsageTypeModifier and TypeMethodDescriptionstatic WindowsDeviceUsageTypeOutOfBoxExperienceSetting.getDeviceUsageType()Gets the deviceUsageType property value.static WindowsDeviceUsageTypeReturns the enum constant of this type with the specified name.static WindowsDeviceUsageType[]WindowsDeviceUsageType.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 WindowsDeviceUsageTypeModifier and TypeMethodDescriptionvoidOutOfBoxExperienceSetting.setDeviceUsageType(WindowsDeviceUsageType value) Sets the deviceUsageType property value.