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