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