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