Interface Incident.DefinitionStages.WithTeamInformation

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

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

    • withTeamInformation

      Incident.DefinitionStages.WithCreate withTeamInformation(TeamInformationInner teamInformation)
      Specifies the teamInformation property: Describes a team for the incident.
      Parameters:
      teamInformation - Describes a team for the incident.
      Returns:
      the next definition stage.