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