Interface Incident.UpdateStages.WithDescription

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

    public static interface Incident.UpdateStages.WithDescription
    The stage of the Incident update allowing to specify description.
    • Method Detail

      • withDescription

        Incident.Update withDescription​(String description)
        Specifies the description property: The description of the incident.
        Parameters:
        description - The description of the incident.
        Returns:
        the next definition stage.