Interface Incident.UpdateStages.WithLabels

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

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

    Modifier and Type
    Method
    Description
    Specifies the labels property: List of labels relevant to this incident.
  • Method Details

    • withLabels

      Incident.Update withLabels(List<IncidentLabel> labels)
      Specifies the labels property: List of labels relevant to this incident.
      Parameters:
      labels - List of labels relevant to this incident.
      Returns:
      the next definition stage.