Interface Incident.UpdateStages.WithClassification

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

public static interface Incident.UpdateStages.WithClassification
The stage of the Incident update allowing to specify classification.
  • Method Details

    • withClassification

      Incident.Update withClassification(IncidentClassification classification)
      Specifies the classification property: The reason the incident was closed.
      Parameters:
      classification - The reason the incident was closed.
      Returns:
      the next definition stage.