Interface Incident.DefinitionStages.WithClassificationComment

All Known Subinterfaces:
Incident.Definition, Incident.DefinitionStages.WithCreate
Enclosing interface:
Incident.DefinitionStages

public static interface Incident.DefinitionStages.WithClassificationComment
The stage of the Incident definition allowing to specify classificationComment.
  • Method Details

    • withClassificationComment

      Incident.DefinitionStages.WithCreate 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.