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