Interface Incident.DefinitionStages.WithClassificationReason

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

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

    • withClassificationReason

      Incident.DefinitionStages.WithCreate withClassificationReason(IncidentClassificationReason classificationReason)
      Specifies the classificationReason property: The classification reason the incident was closed with.
      Parameters:
      classificationReason - The classification reason the incident was closed with.
      Returns:
      the next definition stage.