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