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 Detail

      • 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.