Uses of Enum
com.microsoft.graph.models.AlertSeverity
Packages that use AlertSeverity
-
Uses of AlertSeverity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AlertSeverityModifier and TypeMethodDescriptionstatic AlertSeverityAlert.getSeverity()Gets the severity property value.static AlertSeverityReturns the enum constant of this type with the specified name.static AlertSeverity[]AlertSeverity.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 AlertSeverityModifier and TypeMethodDescriptionvoidAlert.setSeverity(AlertSeverity value) Sets the severity property value.