Class PatchWorkforcemanagementManagementunitWorkplanrotationRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementManagementunitWorkplanrotationRequest.Builder
- Enclosing class:
- PatchWorkforcemanagementManagementunitWorkplanrotationRequest
public static class PatchWorkforcemanagementManagementunitWorkplanrotationRequest.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withManagementUnitId(String managementUnitId) withRequiredParams(String managementUnitId, String workPlanRotationId, UpdateWorkPlanRotationRequest body) withWorkPlanRotationId(String workPlanRotationId)
-
Method Details
-
withManagementUnitId
public PatchWorkforcemanagementManagementunitWorkplanrotationRequest.Builder withManagementUnitId(String managementUnitId) -
withWorkPlanRotationId
public PatchWorkforcemanagementManagementunitWorkplanrotationRequest.Builder withWorkPlanRotationId(String workPlanRotationId) -
withBody
-
withRequiredParams
public PatchWorkforcemanagementManagementunitWorkplanrotationRequest.Builder withRequiredParams(String managementUnitId, String workPlanRotationId, UpdateWorkPlanRotationRequest body) -
build
-