Uses of Enum
com.microsoft.graph.models.WindowsDeviceType
Packages that use WindowsDeviceType
-
Uses of WindowsDeviceType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsDeviceTypeModifier and TypeMethodDescriptionstatic WindowsDeviceTypestatic WindowsDeviceTypeReturns the enum constant of this type with the specified name.static WindowsDeviceType[]WindowsDeviceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type WindowsDeviceTypeModifier and TypeMethodDescriptionWindowsUniversalAppX.getApplicableDeviceTypes()Gets the applicableDeviceTypes property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsDeviceTypeModifier and TypeMethodDescriptionvoidWindowsUniversalAppX.setApplicableDeviceTypes(EnumSet<WindowsDeviceType> value) Sets the applicableDeviceTypes property value.