Package com.mypurecloud.sdk.v2.model
Class BuForecastResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BuForecastResult
- All Implemented Interfaces:
Serializable
BuForecastResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()planningGroups(List<ForecastPlanningGroupData> planningGroups) The forecast data broken up by planning groupreferenceStartDate(Date referenceStartDate) The reference start date for interval-based data for this forecast.voidsetPlanningGroups(List<ForecastPlanningGroupData> planningGroups) voidsetReferenceStartDate(Date referenceStartDate) voidsetWeekCount(Integer weekCount) voidsetWeekNumber(Integer weekNumber) toString()The number of weeks in this forecastweekNumber(Integer weekNumber) The week number represented by this response
-
Constructor Details
-
BuForecastResult
public BuForecastResult() -
BuForecastResult
-
-
Method Details
-
referenceStartDate
The reference start date for interval-based data for this forecast. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getReferenceStartDate
-
setReferenceStartDate
-
planningGroups
The forecast data broken up by planning group -
getPlanningGroups
-
setPlanningGroups
-
weekNumber
The week number represented by this response -
getWeekNumber
-
setWeekNumber
-
weekCount
The number of weeks in this forecast -
getWeekCount
-
setWeekCount
-
equals
-
hashCode
public int hashCode() -
toString
-