Package com.chrt.api.types
Interface ShippingTaskAddedWebhookPayload.TaskGroupIdStage
-
- All Known Implementing Classes:
ShippingTaskAddedWebhookPayload.Builder
- Enclosing class:
- ShippingTaskAddedWebhookPayload
public static interface ShippingTaskAddedWebhookPayload.TaskGroupIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShippingTaskAddedWebhookPayload.TaskIdStagetaskGroupId(java.lang.String taskGroupId)The task group the task was added to
-
-
-
Method Detail
-
taskGroupId
ShippingTaskAddedWebhookPayload.TaskIdStage taskGroupId(@NotNull java.lang.String taskGroupId)
The task group the task was added to
-
-