Interface Incident.UpdateStages.WithStatus

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

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

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

    • withStatus

      Incident.Update withStatus(IncidentStatus status)
      Specifies the status property: The status of the incident.
      Parameters:
      status - The status of the incident.
      Returns:
      the next definition stage.