Uses of Class
com.mypurecloud.sdk.v2.model.ForecastPlanningGroupsResponse
Packages that use ForecastPlanningGroupsResponse
-
Uses of ForecastPlanningGroupsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ForecastPlanningGroupsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups(GetWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroupsRequest request) Gets the forecast planning group snapshotWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups(String businessUnitId, LocalDate weekDateId, String forecastId) Gets the forecast planning group snapshotMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ForecastPlanningGroupsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups(ApiRequest<Void> request) Gets the forecast planning group snapshotWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroupsAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroupsRequest request, AsyncApiCallback<ForecastPlanningGroupsResponse> callback) Gets the forecast planning group snapshotWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ForecastPlanningGroupsResponse>> callback) Gets the forecast planning group snapshotWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroupsWithHttpInfo(String businessUnitId, LocalDate weekDateId, String forecastId) Gets the forecast planning group snapshotMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ForecastPlanningGroupsResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroupsAsync(GetWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroupsRequest request, AsyncApiCallback<ForecastPlanningGroupsResponse> callback) Gets the forecast planning group snapshotWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroupsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ForecastPlanningGroupsResponse>> callback) Gets the forecast planning group snapshot -
Uses of ForecastPlanningGroupsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ForecastPlanningGroupsResponseModifier and TypeMethodDescriptionForecastPlanningGroupsResponse.businessUnitServiceGoalImpact(WfmServiceGoalImpactSettings businessUnitServiceGoalImpact) A snapshot of a business unit’s service goal impact settings taken at forecast generation time.ForecastPlanningGroupsResponse.entities(List<ForecastPlanningGroupResponse> entities) BuShortTermForecast.getPlanningGroups()Methods in com.mypurecloud.sdk.v2.model with parameters of type ForecastPlanningGroupsResponseModifier and TypeMethodDescriptionBuShortTermForecast.planningGroups(ForecastPlanningGroupsResponse planningGroups) A snapshot of the planning groups used for this forecast as of the version number indicatedvoidBuShortTermForecast.setPlanningGroups(ForecastPlanningGroupsResponse planningGroups)