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