Package com.chrt.api.types
Interface OperationsCaseGroupAssignedWebhookPayload.OrderIdStage
-
- All Known Implementing Classes:
OperationsCaseGroupAssignedWebhookPayload.Builder
- Enclosing class:
- OperationsCaseGroupAssignedWebhookPayload
public static interface OperationsCaseGroupAssignedWebhookPayload.OrderIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationsCaseGroupAssignedWebhookPayload.DepartmentIdStageorderId(java.lang.String orderId)The order associated with the case
-
-
-
Method Detail
-
orderId
OperationsCaseGroupAssignedWebhookPayload.DepartmentIdStage orderId(@NotNull java.lang.String orderId)
The order associated with the case
-
-