Package com.mypurecloud.sdk.v2.model
Class BuPlanningGroupHeadcountForecastResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BuPlanningGroupHeadcountForecastResult
- All Implemented Interfaces:
Serializable
BuPlanningGroupHeadcountForecastResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()planningGroup(PlanningGroupReference planningGroup) The planning group to which this portion of the headcount forecast appliesrequiredPerInterval(List<Double> requiredPerInterval) Required headcount per interval, referenced against the reference start daterequiredWithoutShrinkagePerInterval(List<Double> requiredWithoutShrinkagePerInterval) Required headcount per interval without accounting for shrinkage, referenced against the reference start datevoidsetPlanningGroup(PlanningGroupReference planningGroup) voidsetRequiredPerInterval(List<Double> requiredPerInterval) voidsetRequiredWithoutShrinkagePerInterval(List<Double> requiredWithoutShrinkagePerInterval) toString()
-
Constructor Details
-
BuPlanningGroupHeadcountForecastResult
public BuPlanningGroupHeadcountForecastResult() -
BuPlanningGroupHeadcountForecastResult
-
-
Method Details
-
requiredPerInterval
Required headcount per interval, referenced against the reference start date -
getRequiredPerInterval
-
setRequiredPerInterval
-
requiredWithoutShrinkagePerInterval
public BuPlanningGroupHeadcountForecastResult requiredWithoutShrinkagePerInterval(List<Double> requiredWithoutShrinkagePerInterval) Required headcount per interval without accounting for shrinkage, referenced against the reference start date -
getRequiredWithoutShrinkagePerInterval
-
setRequiredWithoutShrinkagePerInterval
-
planningGroup
The planning group to which this portion of the headcount forecast applies -
getPlanningGroup
-
setPlanningGroup
-
equals
-
hashCode
public int hashCode() -
toString
-