Uses of Enum
com.microsoft.graph.models.WindowsMalwareThreatState
Packages that use WindowsMalwareThreatState
-
Uses of WindowsMalwareThreatState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsMalwareThreatStateModifier and TypeMethodDescriptionstatic WindowsMalwareThreatStateWindowsMalwareStateCount.getState()Gets the state property value.MalwareStateForWindowsDevice.getThreatState()Gets the threatState property value.WindowsDeviceMalwareState.getThreatState()Gets the threatState property value.static WindowsMalwareThreatStateReturns the enum constant of this type with the specified name.static WindowsMalwareThreatState[]WindowsMalwareThreatState.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 WindowsMalwareThreatStateModifier and TypeMethodDescriptionvoidWindowsMalwareStateCount.setState(WindowsMalwareThreatState value) Sets the state property value.voidMalwareStateForWindowsDevice.setThreatState(WindowsMalwareThreatState value) Sets the threatState property value.voidWindowsDeviceMalwareState.setThreatState(WindowsMalwareThreatState value) Sets the threatState property value.