Uses of Enum
com.microsoft.graph.models.WindowsMalwareExecutionState
Packages that use WindowsMalwareExecutionState
-
Uses of WindowsMalwareExecutionState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsMalwareExecutionStateModifier and TypeMethodDescriptionstatic WindowsMalwareExecutionStateMalwareStateForWindowsDevice.getExecutionState()Gets the executionState property value.WindowsDeviceMalwareState.getExecutionState()Gets the executionState property value.WindowsMalwareExecutionStateCount.getExecutionState()Gets the executionState property value.static WindowsMalwareExecutionStateReturns the enum constant of this type with the specified name.static WindowsMalwareExecutionState[]WindowsMalwareExecutionState.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 WindowsMalwareExecutionStateModifier and TypeMethodDescriptionvoidMalwareStateForWindowsDevice.setExecutionState(WindowsMalwareExecutionState value) Sets the executionState property value.voidWindowsDeviceMalwareState.setExecutionState(WindowsMalwareExecutionState value) Sets the executionState property value.voidWindowsMalwareExecutionStateCount.setExecutionState(WindowsMalwareExecutionState value) Sets the executionState property value.