Package com.mypurecloud.sdk.v2.model
Class BuPlanningGroupHeadcountForecastUploadSchema
java.lang.Object
com.mypurecloud.sdk.v2.model.BuPlanningGroupHeadcountForecastUploadSchema
- All Implemented Interfaces:
Serializable
BuPlanningGroupHeadcountForecastUploadSchema
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()planningGroupId(String planningGroupId) The ID of 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 datevoidsetPlanningGroupId(String planningGroupId) voidsetRequiredPerInterval(List<Double> requiredPerInterval) voidsetRequiredWithoutShrinkagePerInterval(List<Double> requiredWithoutShrinkagePerInterval) toString()
-
Constructor Details
-
BuPlanningGroupHeadcountForecastUploadSchema
public BuPlanningGroupHeadcountForecastUploadSchema() -
BuPlanningGroupHeadcountForecastUploadSchema
-
-
Method Details
-
requiredPerInterval
public BuPlanningGroupHeadcountForecastUploadSchema requiredPerInterval(List<Double> requiredPerInterval) Required headcount per interval, referenced against the reference start date -
getRequiredPerInterval
-
setRequiredPerInterval
-
requiredWithoutShrinkagePerInterval
public BuPlanningGroupHeadcountForecastUploadSchema requiredWithoutShrinkagePerInterval(List<Double> requiredWithoutShrinkagePerInterval) Required headcount per interval without accounting for shrinkage, referenced against the reference start date -
getRequiredWithoutShrinkagePerInterval
-
setRequiredWithoutShrinkagePerInterval
-
planningGroupId
The ID of the planning group to which this portion of the headcount forecast applies -
getPlanningGroupId
-
setPlanningGroupId
-
equals
-
hashCode
public int hashCode() -
toString
-