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