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