Uses of Class
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest
Packages that use PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest
-
Uses of PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostWorkforcemanagementBusinessunitWeekScheduleCopyRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleCopy(PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest request) Copy a scheduleWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekScheduleCopyAsync(PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest request, AsyncApiCallback<BuAsyncScheduleResponse> callback) Copy a schedule -
Uses of PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostWorkforcemanagementBusinessunitWeekScheduleCopyRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder.build()PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.withBody(BuCopyScheduleRequest body) PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.withBusinessUnitId(String businessUnitId) PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.withCustomHeader(String name, String value) PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.withScheduleId(String scheduleId) PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.withWeekId(LocalDate weekId)