Class PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.Builder
- Enclosing class:
- PostWorkforcemanagementBusinessunitCapacityplanCopyRequest
public static class PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBusinessUnitId(String businessUnitId) withCapacityPlanId(String capacityPlanId) withRequiredParams(String businessUnitId, String capacityPlanId, CopyCapacityPlanRequest body)
-
Method Details
-
withBusinessUnitId
public PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.Builder withBusinessUnitId(String businessUnitId) -
withCapacityPlanId
public PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.Builder withCapacityPlanId(String capacityPlanId) -
withBody
public PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.Builder withBody(CopyCapacityPlanRequest body) -
withRequiredParams
public PostWorkforcemanagementBusinessunitCapacityplanCopyRequest.Builder withRequiredParams(String businessUnitId, String capacityPlanId, CopyCapacityPlanRequest body) -
build
-