Uses of Class
odata.msgraph.client.security.enums.AlertDetermination
-
Packages that use AlertDetermination Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of AlertDetermination in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as AlertDetermination Modifier and Type Field Description protected AlertDeterminationAlert. determinationprotected AlertDeterminationIncident. determinationMethods in odata.msgraph.client.security.entity that return types with arguments of type AlertDetermination Modifier and Type Method Description Optional<AlertDetermination>Alert. getDetermination()Optional<AlertDetermination>Incident. getDetermination()Methods in odata.msgraph.client.security.entity with parameters of type AlertDetermination Modifier and Type Method Description Alert.BuilderAlert.Builder. determination(AlertDetermination determination)Incident.BuilderIncident.Builder. determination(AlertDetermination determination)AlertAlert. withDetermination(AlertDetermination determination)IncidentIncident. withDetermination(AlertDetermination determination) -
Uses of AlertDetermination in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return AlertDetermination Modifier and Type Method Description static AlertDeterminationAlertDetermination. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertDetermination[]AlertDetermination. values()Returns an array containing the constants of this enum type, in the order they are declared.
-