Class PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.Builder
- Enclosing class:
- PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest
public static class PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBidGroupId(String bidGroupId) withBusinessUnitId(String businessUnitId) withRequiredParams(String businessUnitId, String bidId, String bidGroupId, WorkPlanBidGroupUpdate body)
-
Method Details
-
withBusinessUnitId
public PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.Builder withBusinessUnitId(String businessUnitId) -
withBidId
-
withBidGroupId
public PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.Builder withBidGroupId(String bidGroupId) -
withBody
public PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.Builder withBody(WorkPlanBidGroupUpdate body) -
withRequiredParams
public PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.Builder withRequiredParams(String businessUnitId, String bidId, String bidGroupId, WorkPlanBidGroupUpdate body) -
build
-