Interface Incident.UpdateStages.WithProviderName

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

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

    Modifier and Type
    Method
    Description
    withProviderName(String providerName)
    Specifies the providerName property: The name of the source provider that generated the incident.
  • Method Details

    • withProviderName

      Incident.Update withProviderName(String providerName)
      Specifies the providerName property: The name of the source provider that generated the incident.
      Parameters:
      providerName - The name of the source provider that generated the incident.
      Returns:
      the next definition stage.