Class PatchWorkforcemanagementBusinessunitTimeoffplanRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementBusinessunitTimeoffplanRequest.Builder
- Enclosing class:
- PatchWorkforcemanagementBusinessunitTimeoffplanRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBusinessUnitId(String businessUnitId) withRequiredParams(String businessUnitId, String timeOffPlanId, BuUpdateTimeOffPlanRequest body) withTimeOffPlanId(String timeOffPlanId)
-
Method Details
-
withBusinessUnitId
public PatchWorkforcemanagementBusinessunitTimeoffplanRequest.Builder withBusinessUnitId(String businessUnitId) -
withTimeOffPlanId
public PatchWorkforcemanagementBusinessunitTimeoffplanRequest.Builder withTimeOffPlanId(String timeOffPlanId) -
withBody
public PatchWorkforcemanagementBusinessunitTimeoffplanRequest.Builder withBody(BuUpdateTimeOffPlanRequest body) -
withRequiredParams
public PatchWorkforcemanagementBusinessunitTimeoffplanRequest.Builder withRequiredParams(String businessUnitId, String timeOffPlanId, BuUpdateTimeOffPlanRequest body) -
build
-