Package com.chrt.api.types
Interface ListingBidThreadActionAddedWebhookPayload.TaskGroupIdStage
-
- All Known Implementing Classes:
ListingBidThreadActionAddedWebhookPayload.Builder
- Enclosing class:
- ListingBidThreadActionAddedWebhookPayload
public static interface ListingBidThreadActionAddedWebhookPayload.TaskGroupIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListingBidThreadActionAddedWebhookPayload.BidStagetaskGroupId(java.lang.String taskGroupId)The task group associated with the listing
-
-
-
Method Detail
-
taskGroupId
ListingBidThreadActionAddedWebhookPayload.BidStage taskGroupId(@NotNull java.lang.String taskGroupId)
The task group associated with the listing
-
-