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 Summary

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

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