Interface Incident.DefinitionStages.WithFirstActivityTimeUtc

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

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

    • withFirstActivityTimeUtc

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