Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementBusinessunitActivityplanRequest
Packages that use PatchWorkforcemanagementBusinessunitActivityplanRequest
-
Uses of PatchWorkforcemanagementBusinessunitActivityplanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchWorkforcemanagementBusinessunitActivityplanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitActivityplan(PatchWorkforcemanagementBusinessunitActivityplanRequest request) Update an activity plan If a job associated with the activity plan is in 'Processing' state the activity plan cannot be updatedWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitActivityplanAsync(PatchWorkforcemanagementBusinessunitActivityplanRequest request, AsyncApiCallback<ActivityPlanResponse> callback) Update an activity plan If a job associated with the activity plan is in 'Processing' state the activity plan cannot be updated -
Uses of PatchWorkforcemanagementBusinessunitActivityplanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchWorkforcemanagementBusinessunitActivityplanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitActivityplanRequest.Builder.build()PatchWorkforcemanagementBusinessunitActivityplanRequest.withActivityPlanId(String activityPlanId) PatchWorkforcemanagementBusinessunitActivityplanRequest.withBody(UpdateActivityPlanRequest body) PatchWorkforcemanagementBusinessunitActivityplanRequest.withBusinessUnitId(String businessUnitId) PatchWorkforcemanagementBusinessunitActivityplanRequest.withCustomHeader(String name, String value)