Uses of Class
odata.msgraph.client.security.enums.AlertClassification
-
Packages that use AlertClassification Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of AlertClassification in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as AlertClassification Modifier and Type Field Description protected AlertClassificationAlert. classificationprotected AlertClassificationIncident. classificationMethods in odata.msgraph.client.security.entity that return types with arguments of type AlertClassification Modifier and Type Method Description Optional<AlertClassification>Alert. getClassification()Optional<AlertClassification>Incident. getClassification()Methods in odata.msgraph.client.security.entity with parameters of type AlertClassification Modifier and Type Method Description Alert.BuilderAlert.Builder. classification(AlertClassification classification)Incident.BuilderIncident.Builder. classification(AlertClassification classification)AlertAlert. withClassification(AlertClassification classification)IncidentIncident. withClassification(AlertClassification classification) -
Uses of AlertClassification in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return AlertClassification Modifier and Type Method Description static AlertClassificationAlertClassification. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertClassification[]AlertClassification. values()Returns an array containing the constants of this enum type, in the order they are declared.
-