Interface Incident.UpdateStages.WithClassificationComment

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

public static interface Incident.UpdateStages.WithClassificationComment
The stage of the Incident update allowing to specify classificationComment.
  • Method Summary

    Modifier and Type
    Method
    Description
    withClassificationComment(String classificationComment)
    Specifies the classificationComment property: Describes the reason the incident was closed.
  • Method Details

    • withClassificationComment

      Incident.Update withClassificationComment(String classificationComment)
      Specifies the classificationComment property: Describes the reason the incident was closed.
      Parameters:
      classificationComment - Describes the reason the incident was closed.
      Returns:
      the next definition stage.