Interface Incident.DefinitionStages.WithLastActivityTimeUtc

All Known Subinterfaces:
Incident.Definition, Incident.DefinitionStages.WithCreate
Enclosing interface:
Incident.DefinitionStages

public static interface Incident.DefinitionStages.WithLastActivityTimeUtc
The stage of the Incident definition allowing to specify lastActivityTimeUtc.
  • Method Details

    • withLastActivityTimeUtc

      Incident.DefinitionStages.WithCreate 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.