Uses of Enum
com.microsoft.graph.models.DefenderThreatAction
Packages that use DefenderThreatAction
-
Uses of DefenderThreatAction in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DefenderThreatActionModifier and TypeMethodDescriptionstatic DefenderThreatActionDefenderDetectedMalwareActions.getHighSeverity()Gets the highSeverity property value.DefenderDetectedMalwareActions.getLowSeverity()Gets the lowSeverity property value.DefenderDetectedMalwareActions.getModerateSeverity()Gets the moderateSeverity property value.DefenderDetectedMalwareActions.getSevereSeverity()Gets the severeSeverity property value.static DefenderThreatActionReturns the enum constant of this type with the specified name.static DefenderThreatAction[]DefenderThreatAction.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 DefenderThreatActionModifier and TypeMethodDescriptionvoidDefenderDetectedMalwareActions.setHighSeverity(DefenderThreatAction value) Sets the highSeverity property value.voidDefenderDetectedMalwareActions.setLowSeverity(DefenderThreatAction value) Sets the lowSeverity property value.voidDefenderDetectedMalwareActions.setModerateSeverity(DefenderThreatAction value) Sets the moderateSeverity property value.voidDefenderDetectedMalwareActions.setSevereSeverity(DefenderThreatAction value) Sets the severeSeverity property value.