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 Detail

      • 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.