Uses of Class
odata.msgraph.client.security.enums.AlertSeverity
-
Packages that use AlertSeverity Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of AlertSeverity in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as AlertSeverity Modifier and Type Field Description protected AlertSeverityAlert. severityprotected AlertSeverityIncident. severityMethods in odata.msgraph.client.security.entity that return types with arguments of type AlertSeverity Modifier and Type Method Description Optional<AlertSeverity>Alert. getSeverity()Optional<AlertSeverity>Incident. getSeverity()Methods in odata.msgraph.client.security.entity with parameters of type AlertSeverity Modifier and Type Method Description Alert.BuilderAlert.Builder. severity(AlertSeverity severity)Incident.BuilderIncident.Builder. severity(AlertSeverity severity)AlertAlert. withSeverity(AlertSeverity severity)IncidentIncident. withSeverity(AlertSeverity severity) -
Uses of AlertSeverity in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return AlertSeverity Modifier and Type Method Description static AlertSeverityAlertSeverity. valueOf(String name)Returns 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.
-