Uses of Enum
com.microsoft.graph.models.WindowsMalwareSeverity
Packages that use WindowsMalwareSeverity
-
Uses of WindowsMalwareSeverity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsMalwareSeverityModifier and TypeMethodDescriptionstatic WindowsMalwareSeverityWindowsDeviceMalwareState.getSeverity()Gets the severity property value.WindowsMalwareInformation.getSeverity()Gets the severity property value.WindowsMalwareSeverityCount.getSeverity()Gets the severity property value.static WindowsMalwareSeverityReturns the enum constant of this type with the specified name.static WindowsMalwareSeverity[]WindowsMalwareSeverity.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 WindowsMalwareSeverityModifier and TypeMethodDescriptionvoidWindowsDeviceMalwareState.setSeverity(WindowsMalwareSeverity value) Sets the severity property value.voidWindowsMalwareInformation.setSeverity(WindowsMalwareSeverity value) Sets the severity property value.voidWindowsMalwareSeverityCount.setSeverity(WindowsMalwareSeverity value) Sets the severity property value.