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