Interface Incident.DefinitionStages.WithDescription

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

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

    • withDescription

      Incident.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: The description of the incident.
      Parameters:
      description - The description of the incident.
      Returns:
      the next definition stage.