Interface Incident.UpdateStages.WithProviderIncidentId

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

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

    Modifier and Type
    Method
    Description
    withProviderIncidentId(String providerIncidentId)
    Specifies the providerIncidentId property: The incident ID assigned by the incident provider.
  • Method Details

    • withProviderIncidentId

      Incident.Update withProviderIncidentId(String providerIncidentId)
      Specifies the providerIncidentId property: The incident ID assigned by the incident provider.
      Parameters:
      providerIncidentId - The incident ID assigned by the incident provider.
      Returns:
      the next definition stage.