Uses of Class
com.mypurecloud.sdk.v2.model.BuRescheduleRequest
Packages that use BuRescheduleRequest
Package
Description
-
Uses of BuRescheduleRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type BuRescheduleRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleReschedule(String businessUnitId, LocalDate weekId, String scheduleId, BuRescheduleRequest body) Start a rescheduling runWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleRescheduleWithHttpInfo(String businessUnitId, LocalDate weekId, String scheduleId, BuRescheduleRequest body) Start a rescheduling runMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuRescheduleRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleReschedule(ApiRequest<BuRescheduleRequest> request) Start a rescheduling runWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekScheduleRescheduleAsync(ApiRequest<BuRescheduleRequest> request, AsyncApiCallback<ApiResponse<BuAsyncScheduleRunResponse>> callback) Start a rescheduling run -
Uses of BuRescheduleRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BuRescheduleRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekScheduleRescheduleRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BuRescheduleRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekScheduleRescheduleRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type BuRescheduleRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekScheduleRescheduleRequest.builder(String businessUnitId, LocalDate weekId, String scheduleId, BuRescheduleRequest body) voidPostWorkforcemanagementBusinessunitWeekScheduleRescheduleRequest.setBody(BuRescheduleRequest body) PostWorkforcemanagementBusinessunitWeekScheduleRescheduleRequest.Builder.withBody(BuRescheduleRequest body) PostWorkforcemanagementBusinessunitWeekScheduleRescheduleRequest.withBody(BuRescheduleRequest body) PostWorkforcemanagementBusinessunitWeekScheduleRescheduleRequest.Builder.withRequiredParams(String businessUnitId, LocalDate weekId, String scheduleId, BuRescheduleRequest body) -
Uses of BuRescheduleRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuRescheduleRequestModifier and TypeMethodDescriptionBuRescheduleRequest.activityCodeIds(List<String> activityCodeIds) The IDs of the activity codes to consider for rescheduling.BuRescheduleRequest.activitySmoothingType(BuRescheduleRequest.ActivitySmoothingTypeEnum activitySmoothingType) Overrides the default BU level activity smoothing type for this reschedule runThe IDs of the agents to consider for rescheduling.BuRescheduleRequest.doNotChangeDailyPaidTime(Boolean doNotChangeDailyPaidTime) Instructs the scheduler whether it is allowed to change daily paid timeBuRescheduleRequest.doNotChangeManuallyEditedShifts(Boolean doNotChangeManuallyEditedShifts) Instructs the scheduler whether it is allowed to change manually edited shiftsBuRescheduleRequest.doNotChangeShiftStartTimes(Boolean doNotChangeShiftStartTimes) Instructs the scheduler whether it is allowed to change shift start timesBuRescheduleRequest.doNotChangeWeeklyPaidTime(Boolean doNotChangeWeeklyPaidTime) Instructs the scheduler whether it is allowed to change weekly paid timeThe end of the range to reschedule.BuRescheduleRequest.induceScheduleVariability(Boolean induceScheduleVariability) Overrides the default BU level induce schedule variability setting for this reschedule runBuRescheduleRequest.managementUnitIds(List<String> managementUnitIds) The IDs of the management units to rescheduleThe start of the range to reschedule.BuRescheduleRequest.useUnavailableTimesSnapshot(Boolean useUnavailableTimesSnapshot) Whether to use original unavailable times from schedule generation or latest saved unavailable times for this reschedule run