Interface Incident.UpdateStages.WithClassificationReason

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

    public static interface Incident.UpdateStages.WithClassificationReason
    The stage of the Incident update allowing to specify classificationReason.
    • Method Detail

      • withClassificationReason

        Incident.Update 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.