Interface Incident.UpdateStages.WithFirstActivityTimeUtc

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

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

    Modifier and Type
    Method
    Description
    Specifies the firstActivityTimeUtc property: The time of the first activity in the incident.
  • Method Details

    • withFirstActivityTimeUtc

      Incident.Update withFirstActivityTimeUtc(OffsetDateTime firstActivityTimeUtc)
      Specifies the firstActivityTimeUtc property: The time of the first activity in the incident.
      Parameters:
      firstActivityTimeUtc - The time of the first activity in the incident.
      Returns:
      the next definition stage.