Uses of Class
com.mypurecloud.sdk.v2.model.BuForecastResult
Packages that use BuForecastResult
-
Uses of BuForecastResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuForecastResultModifier and TypeMethodDescriptionBuForecastResultResponse.getResult()BuForecastResult.planningGroups(List<ForecastPlanningGroupData> planningGroups) The forecast data broken up by planning groupBuForecastResult.referenceStartDate(Date referenceStartDate) The reference start date for interval-based data for this forecast.The number of weeks in this forecastBuForecastResult.weekNumber(Integer weekNumber) The week number represented by this responseMethods in com.mypurecloud.sdk.v2.model with parameters of type BuForecastResultModifier and TypeMethodDescriptionBuForecastResultResponse.result(BuForecastResult result) The result of the operation.voidBuForecastResultResponse.setResult(BuForecastResult result)