Uses of Class
com.mypurecloud.sdk.v2.model.BuCopyScheduleRequest
Packages that use BuCopyScheduleRequest
Package
Description
-
Uses of BuCopyScheduleRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type BuCopyScheduleRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleCopy(String businessUnitId, LocalDate weekId, String scheduleId, BuCopyScheduleRequest body) Copy a scheduleWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleCopyWithHttpInfo(String businessUnitId, LocalDate weekId, String scheduleId, BuCopyScheduleRequest body) Copy a scheduleMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuCopyScheduleRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleCopy(ApiRequest<BuCopyScheduleRequest> request) Copy a scheduleWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekScheduleCopyAsync(ApiRequest<BuCopyScheduleRequest> request, AsyncApiCallback<ApiResponse<BuAsyncScheduleResponse>> callback) Copy a schedule -
Uses of BuCopyScheduleRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BuCopyScheduleRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BuCopyScheduleRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type BuCopyScheduleRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.builder(String businessUnitId, LocalDate weekId, String scheduleId, BuCopyScheduleRequest body) voidPostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.setBody(BuCopyScheduleRequest body) PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder.withBody(BuCopyScheduleRequest body) PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.withBody(BuCopyScheduleRequest body) PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder.withRequiredParams(String businessUnitId, LocalDate weekId, String scheduleId, BuCopyScheduleRequest body) -
Uses of BuCopyScheduleRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuCopyScheduleRequestModifier and TypeMethodDescriptionBuCopyScheduleRequest.description(String description) The description for the new scheduleBuCopyScheduleRequest.includeForecast(Boolean includeForecast) Whether to include the forecast while copying the scheduleThe start weekDate for the new copy of the schedule.