Uses of Enum
com.microsoft.graph.models.WindowsMalwareState
Packages that use WindowsMalwareState
-
Uses of WindowsMalwareState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsMalwareStateModifier and TypeMethodDescriptionstatic WindowsMalwareStateWindowsDeviceMalwareState.getState()Gets the state property value.static WindowsMalwareStateReturns the enum constant of this type with the specified name.static WindowsMalwareState[]WindowsMalwareState.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 WindowsMalwareStateModifier and TypeMethodDescriptionvoidWindowsDeviceMalwareState.setState(WindowsMalwareState value) Sets the state property value.