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