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 Detail

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