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