Interface Incident.UpdateStages.WithSeverity

All Known Subinterfaces:
Incident.Update
Enclosing interface:
Incident.UpdateStages

public static interface Incident.UpdateStages.WithSeverity
The stage of the Incident update allowing to specify severity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the severity property: The severity of the incident.
  • Method Details

    • withSeverity

      Incident.Update withSeverity(IncidentSeverity severity)
      Specifies the severity property: The severity of the incident.
      Parameters:
      severity - The severity of the incident.
      Returns:
      the next definition stage.