Uses of Class
com.mypurecloud.sdk.v2.model.BuForecastResultResponse
Packages that use BuForecastResultResponse
-
Uses of BuForecastResultResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BuForecastResultResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastData(GetWorkforcemanagementBusinessunitWeekShorttermforecastDataRequest request) Get the result of a short term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastData(String businessUnitId, LocalDate weekDateId, String forecastId, Integer weekNumber, Boolean forceDownloadService) Get the result of a short term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BuForecastResultResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastData(ApiRequest<Void> request) Get the result of a short term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastDataAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastDataRequest request, AsyncApiCallback<BuForecastResultResponse> callback) Get the result of a short term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastDataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuForecastResultResponse>> callback) Get the result of a short term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastDataWithHttpInfo(String businessUnitId, LocalDate weekDateId, String forecastId, Integer weekNumber, Boolean forceDownloadService) Get the result of a short term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuForecastResultResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastDataAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastDataRequest request, AsyncApiCallback<BuForecastResultResponse> callback) Get the result of a short term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastDataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuForecastResultResponse>> callback) Get the result of a short term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameter -
Uses of BuForecastResultResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuForecastResultResponseModifier and TypeMethodDescriptionBuForecastResultResponse.downloadUrl(String downloadUrl) The download url to fetch the result.BuForecastResultResponse.result(BuForecastResult result) The result of the operation.