Uses of Class
com.mypurecloud.sdk.v2.model.LongTermForecastResultResponse
Packages that use LongTermForecastResultResponse
-
Uses of LongTermForecastResultResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LongTermForecastResultResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata(GetWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataRequest request) Get the result of a long term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata(String businessUnitId, LocalDate weekDateId, String forecastId, Boolean forceDownloadService) Get the result of a long 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 LongTermForecastResultResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata(ApiRequest<Void> request) Get the result of a long term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataRequest request, AsyncApiCallback<LongTermForecastResultResponse> callback) Get the result of a long term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LongTermForecastResultResponse>> callback) Get the result of a long term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataWithHttpInfo(String businessUnitId, LocalDate weekDateId, String forecastId, Boolean forceDownloadService) Get the result of a long term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LongTermForecastResultResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataRequest request, AsyncApiCallback<LongTermForecastResultResponse> callback) Get the result of a long term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameterWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdataAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LongTermForecastResultResponse>> callback) Get the result of a long term forecast calculation Includes modifications unless you pass the doNotApplyModifications query parameter -
Uses of LongTermForecastResultResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LongTermForecastResultResponseModifier and TypeMethodDescriptionLongTermForecastResultResponse.downloadUrl(String downloadUrl) The download url to fetch the result.LongTermForecastResultResponse.result(LongTermForecastResult result) The result of the operation.