Package com.chrt.api.types
Interface OperationsCaseGroupAssignedWebhookPayload.EventTimestampStage
-
- All Known Implementing Classes:
OperationsCaseGroupAssignedWebhookPayload.Builder
- Enclosing class:
- OperationsCaseGroupAssignedWebhookPayload
public static interface OperationsCaseGroupAssignedWebhookPayload.EventTimestampStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationsCaseGroupAssignedWebhookPayload.CaseIdStageeventTimestamp(java.time.OffsetDateTime eventTimestamp)UTC timestamp when the event occurredOperationsCaseGroupAssignedWebhookPayload.Builderfrom(OperationsCaseGroupAssignedWebhookPayload other)
-
-
-
Method Detail
-
eventTimestamp
OperationsCaseGroupAssignedWebhookPayload.CaseIdStage eventTimestamp(@NotNull java.time.OffsetDateTime eventTimestamp)
UTC timestamp when the event occurred
-
-