Uses of Class
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest
Packages that use PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest
-
Uses of PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations(PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest request) Request a daily recalculation of the performance prediction for the associated scheduleWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsAsync(PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest request, AsyncApiCallback<PerformancePredictionRecalculationResponse> callback) Request a daily recalculation of the performance prediction for the associated schedule -
Uses of PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest.Builder.build()PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest.withBody(WfmProcessUploadRequest body) PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest.withBusinessUnitId(String businessUnitId) PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest.withCustomHeader(String name, String value) PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest.withScheduleId(String scheduleId) PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest.withWeekId(String weekId)