Uses of Class
com.mypurecloud.sdk.v2.model.BuShortTermForecast
Packages that use BuShortTermForecast
-
Uses of BuShortTermForecast in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BuShortTermForecastModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecast(GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest request) Get a short term forecastWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecast(String businessUnitId, LocalDate weekDateId, String forecastId, List<String> expand) Get a short term forecastMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BuShortTermForecastModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecast(ApiRequest<Void> request) Get a short term forecastWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest request, AsyncApiCallback<BuShortTermForecast> callback) Get a short term forecastWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuShortTermForecast>> callback) Get a short term forecastWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastWithHttpInfo(String businessUnitId, LocalDate weekDateId, String forecastId, List<String> expand) Get a short term forecastMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuShortTermForecastModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastRequest request, AsyncApiCallback<BuShortTermForecast> callback) Get a short term forecastWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuShortTermForecast>> callback) Get a short term forecast -
Uses of BuShortTermForecast in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuShortTermForecastModifier and TypeMethodDescriptionBuShortTermForecast.canUseForScheduling(Boolean canUseForScheduling) Whether this forecast can be used for schedulingBuShortTermForecast.creationMethod(BuShortTermForecast.CreationMethodEnum creationMethod) The method by which this forecast was createdBuShortTermForecast.description(String description) The description of this forecastBuShortTermForecast.generationResults(BuForecastGenerationResult generationResults) Generation result metadataAsyncForecastOperationResult.getResult()ImportForecastResponse.getResult()The globally unique identifier for the object.BuShortTermForecast.metadata(WfmVersionedEntityMetadata metadata) Metadata for this forecastBuShortTermForecast.modifications(List<BuForecastModificationResponse> modifications) Any manual modifications applied to this forecastBuShortTermForecast.planningGroups(ForecastPlanningGroupsResponse planningGroups) A snapshot of the planning groups used for this forecast as of the version number indicatedBuShortTermForecast.planningGroupsVersion(Integer planningGroupsVersion) The version of the planning groups that was used for this forecastBuShortTermForecast.referenceStartDate(Date referenceStartDate) The reference start date for interval-based data for this forecast.BuShortTermForecast.sourceDays(List<ForecastSourceDayPointer> sourceDays) The source day pointers for this forecastThe time zone for this forecastThe number of weeks this forecast coversThe start week date of this forecast in yyyy-MM-dd.Methods in com.mypurecloud.sdk.v2.model with parameters of type BuShortTermForecastModifier and TypeMethodDescriptionAsyncForecastOperationResult.result(BuShortTermForecast result) The result of the operation.ImportForecastResponse.result(BuShortTermForecast result) The result of the operation.voidAsyncForecastOperationResult.setResult(BuShortTermForecast result) voidImportForecastResponse.setResult(BuShortTermForecast result)