Interface Incident.UpdateStages.WithLastActivityTimeUtc

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

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

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

    • withLastActivityTimeUtc

      Incident.Update withLastActivityTimeUtc(OffsetDateTime lastActivityTimeUtc)
      Specifies the lastActivityTimeUtc property: The time of the last activity in the incident.
      Parameters:
      lastActivityTimeUtc - The time of the last activity in the incident.
      Returns:
      the next definition stage.