Uses of Enum
com.microsoft.graph.models.WindowsDeviceHealthState
Packages that use WindowsDeviceHealthState
-
Uses of WindowsDeviceHealthState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsDeviceHealthStateModifier and TypeMethodDescriptionstatic WindowsDeviceHealthStatestatic WindowsDeviceHealthStateReturns the enum constant of this type with the specified name.static WindowsDeviceHealthState[]WindowsDeviceHealthState.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 WindowsDeviceHealthStateModifier and TypeMethodDescriptionWindowsProtectionState.getDeviceState()Gets the deviceState property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsDeviceHealthStateModifier and TypeMethodDescriptionvoidWindowsProtectionState.setDeviceState(EnumSet<WindowsDeviceHealthState> value) Sets the deviceState property value.