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 Summary

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: The description of the incident.
  • Method Details

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