Package com.chrt.api.types
Class ListingBidThreadActionAddedWebhookPayload.Builder
- java.lang.Object
-
- com.chrt.api.types.ListingBidThreadActionAddedWebhookPayload.Builder
-
- All Implemented Interfaces:
ListingBidThreadActionAddedWebhookPayload._FinalStage,ListingBidThreadActionAddedWebhookPayload.BidStage,ListingBidThreadActionAddedWebhookPayload.BidThreadIdStage,ListingBidThreadActionAddedWebhookPayload.EventTimestampStage,ListingBidThreadActionAddedWebhookPayload.ListingIdStage,ListingBidThreadActionAddedWebhookPayload.OrderIdStage,ListingBidThreadActionAddedWebhookPayload.TaskGroupIdStage
- Enclosing class:
- ListingBidThreadActionAddedWebhookPayload
public static final class ListingBidThreadActionAddedWebhookPayload.Builder extends java.lang.Object implements ListingBidThreadActionAddedWebhookPayload.EventTimestampStage, ListingBidThreadActionAddedWebhookPayload.ListingIdStage, ListingBidThreadActionAddedWebhookPayload.BidThreadIdStage, ListingBidThreadActionAddedWebhookPayload.OrderIdStage, ListingBidThreadActionAddedWebhookPayload.TaskGroupIdStage, ListingBidThreadActionAddedWebhookPayload.BidStage, ListingBidThreadActionAddedWebhookPayload._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
from
public ListingBidThreadActionAddedWebhookPayload.Builder from(ListingBidThreadActionAddedWebhookPayload other)
- Specified by:
fromin interfaceListingBidThreadActionAddedWebhookPayload.EventTimestampStage
-
eventTimestamp
public ListingBidThreadActionAddedWebhookPayload.ListingIdStage eventTimestamp(@NotNull java.time.OffsetDateTime eventTimestamp)
UTC timestamp when the event occurred
UTC timestamp when the event occurred
- Specified by:
eventTimestampin interfaceListingBidThreadActionAddedWebhookPayload.EventTimestampStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
listingId
public ListingBidThreadActionAddedWebhookPayload.BidThreadIdStage listingId(@NotNull java.lang.String listingId)
The listing the bid thread belongs to
The listing the bid thread belongs to
- Specified by:
listingIdin interfaceListingBidThreadActionAddedWebhookPayload.ListingIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
bidThreadId
public ListingBidThreadActionAddedWebhookPayload.OrderIdStage bidThreadId(@NotNull java.lang.String bidThreadId)
The bid thread the bid was added to
The bid thread the bid was added to
- Specified by:
bidThreadIdin interfaceListingBidThreadActionAddedWebhookPayload.BidThreadIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
orderId
public ListingBidThreadActionAddedWebhookPayload.TaskGroupIdStage orderId(@NotNull java.lang.String orderId)
The order associated with the listing
The order associated with the listing
- Specified by:
orderIdin interfaceListingBidThreadActionAddedWebhookPayload.OrderIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
taskGroupId
public ListingBidThreadActionAddedWebhookPayload.BidStage taskGroupId(@NotNull java.lang.String taskGroupId)
The task group associated with the listing
The task group associated with the listing
- Specified by:
taskGroupIdin interfaceListingBidThreadActionAddedWebhookPayload.TaskGroupIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
bid
public ListingBidThreadActionAddedWebhookPayload._FinalStage bid(@NotNull Bid bid)
The bid action that was added to the bid thread
The bid action that was added to the bid thread
- Specified by:
bidin interfaceListingBidThreadActionAddedWebhookPayload.BidStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
awarded
public ListingBidThreadActionAddedWebhookPayload._FinalStage awarded(java.lang.Boolean awarded)
True when the acceptance awarded the listing
- Specified by:
awardedin interfaceListingBidThreadActionAddedWebhookPayload._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
awarded
public ListingBidThreadActionAddedWebhookPayload._FinalStage awarded(java.util.Optional<java.lang.Boolean> awarded)
True when the acceptance awarded the listing
- Specified by:
awardedin interfaceListingBidThreadActionAddedWebhookPayload._FinalStage
-
eventType
public ListingBidThreadActionAddedWebhookPayload._FinalStage eventType(java.lang.String eventType)
- Specified by:
eventTypein interfaceListingBidThreadActionAddedWebhookPayload._FinalStage
-
eventType
public ListingBidThreadActionAddedWebhookPayload._FinalStage eventType(java.util.Optional<java.lang.String> eventType)
- Specified by:
eventTypein interfaceListingBidThreadActionAddedWebhookPayload._FinalStage
-
build
public ListingBidThreadActionAddedWebhookPayload build()
- Specified by:
buildin interfaceListingBidThreadActionAddedWebhookPayload._FinalStage
-
-