Interface Incident.UpdateStages.WithTitle

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

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

      • withTitle

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