Uses of Class
com.mypurecloud.sdk.v2.api.request.DeleteWorkforcemanagementBusinessunitTimeoffplanRequest
Packages that use DeleteWorkforcemanagementBusinessunitTimeoffplanRequest
-
Uses of DeleteWorkforcemanagementBusinessunitTimeoffplanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DeleteWorkforcemanagementBusinessunitTimeoffplanRequestModifier and TypeMethodDescriptionvoidWorkforceManagementApi.deleteWorkforcemanagementBusinessunitTimeoffplan(DeleteWorkforcemanagementBusinessunitTimeoffplanRequest request) Deletes a time-off planWorkforceManagementApiAsync.deleteWorkforcemanagementBusinessunitTimeoffplanAsync(DeleteWorkforcemanagementBusinessunitTimeoffplanRequest request, AsyncApiCallback<Void> callback) Deletes a time-off plan -
Uses of DeleteWorkforcemanagementBusinessunitTimeoffplanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DeleteWorkforcemanagementBusinessunitTimeoffplanRequestModifier and TypeMethodDescriptionDeleteWorkforcemanagementBusinessunitTimeoffplanRequest.Builder.build()DeleteWorkforcemanagementBusinessunitTimeoffplanRequest.withBusinessUnitId(String businessUnitId) DeleteWorkforcemanagementBusinessunitTimeoffplanRequest.withCustomHeader(String name, String value) DeleteWorkforcemanagementBusinessunitTimeoffplanRequest.withTimeOffPlanId(String timeOffPlanId)