Package com.chrt.api.types
Interface ShippingTaskGroupInProgressWebhookPayload.TaskGroupIdStage
-
- All Known Implementing Classes:
ShippingTaskGroupInProgressWebhookPayload.Builder
- Enclosing class:
- ShippingTaskGroupInProgressWebhookPayload
public static interface ShippingTaskGroupInProgressWebhookPayload.TaskGroupIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShippingTaskGroupInProgressWebhookPayload._FinalStagetaskGroupId(java.lang.String taskGroupId)The task group that is now in progress
-
-
-
Method Detail
-
taskGroupId
ShippingTaskGroupInProgressWebhookPayload._FinalStage taskGroupId(@NotNull java.lang.String taskGroupId)
The task group that is now in progress
-
-