Package com.chrt.api.types
Interface OperationsCaseGroupAssignedWebhookPayload.DepartmentIdStage
-
- All Known Implementing Classes:
OperationsCaseGroupAssignedWebhookPayload.Builder
- Enclosing class:
- OperationsCaseGroupAssignedWebhookPayload
public static interface OperationsCaseGroupAssignedWebhookPayload.DepartmentIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationsCaseGroupAssignedWebhookPayload._FinalStagedepartmentId(java.lang.String departmentId)The department the case was assigned to
-
-
-
Method Detail
-
departmentId
OperationsCaseGroupAssignedWebhookPayload._FinalStage departmentId(@NotNull java.lang.String departmentId)
The department the case was assigned to
-
-