Package com.mypurecloud.sdk.v2.model
Class CapacityPlanningPlanningGroupAllocation
java.lang.Object
com.mypurecloud.sdk.v2.model.CapacityPlanningPlanningGroupAllocation
- All Implemented Interfaces:
Serializable
CapacityPlanningPlanningGroupAllocation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()overUnderFullTimeEquivalentCount(List<Double> overUnderFullTimeEquivalentCount) The weekly difference between the total planned full time equivalent and the required staffplanningGroupId(String planningGroupId) The planning group ID to which the capacity planning allocations applyrequiredStaffFullTimeEquivalentCount(List<Double> requiredStaffFullTimeEquivalentCount) The weekly required staff to this planning groupvoidsetOverUnderFullTimeEquivalentCount(List<Double> overUnderFullTimeEquivalentCount) voidsetPlanningGroupId(String planningGroupId) voidsetRequiredStaffFullTimeEquivalentCount(List<Double> requiredStaffFullTimeEquivalentCount) voidsetStaffingGroupFullTimeEquivalentContributions(List<StaffingGroupFullTimeEquivalentContribution> staffingGroupFullTimeEquivalentContributions) voidsetTotalPlannedFullTimeEquivalentCount(List<Double> totalPlannedFullTimeEquivalentCount) staffingGroupFullTimeEquivalentContributions(List<StaffingGroupFullTimeEquivalentContribution> staffingGroupFullTimeEquivalentContributions) The weekly planned full time equivalent contributions from associated staffing groupstoString()totalPlannedFullTimeEquivalentCount(List<Double> totalPlannedFullTimeEquivalentCount) The total weekly full time equivalent planned for this planning group, based on the associated staffing groups
-
Constructor Details
-
CapacityPlanningPlanningGroupAllocation
public CapacityPlanningPlanningGroupAllocation() -
CapacityPlanningPlanningGroupAllocation
-
-
Method Details
-
planningGroupId
The planning group ID to which the capacity planning allocations apply -
getPlanningGroupId
-
setPlanningGroupId
-
requiredStaffFullTimeEquivalentCount
public CapacityPlanningPlanningGroupAllocation requiredStaffFullTimeEquivalentCount(List<Double> requiredStaffFullTimeEquivalentCount) The weekly required staff to this planning group -
getRequiredStaffFullTimeEquivalentCount
-
setRequiredStaffFullTimeEquivalentCount
-
staffingGroupFullTimeEquivalentContributions
public CapacityPlanningPlanningGroupAllocation staffingGroupFullTimeEquivalentContributions(List<StaffingGroupFullTimeEquivalentContribution> staffingGroupFullTimeEquivalentContributions) The weekly planned full time equivalent contributions from associated staffing groups -
getStaffingGroupFullTimeEquivalentContributions
public List<StaffingGroupFullTimeEquivalentContribution> getStaffingGroupFullTimeEquivalentContributions() -
setStaffingGroupFullTimeEquivalentContributions
public void setStaffingGroupFullTimeEquivalentContributions(List<StaffingGroupFullTimeEquivalentContribution> staffingGroupFullTimeEquivalentContributions) -
totalPlannedFullTimeEquivalentCount
public CapacityPlanningPlanningGroupAllocation totalPlannedFullTimeEquivalentCount(List<Double> totalPlannedFullTimeEquivalentCount) The total weekly full time equivalent planned for this planning group, based on the associated staffing groups -
getTotalPlannedFullTimeEquivalentCount
-
setTotalPlannedFullTimeEquivalentCount
-
overUnderFullTimeEquivalentCount
public CapacityPlanningPlanningGroupAllocation overUnderFullTimeEquivalentCount(List<Double> overUnderFullTimeEquivalentCount) The weekly difference between the total planned full time equivalent and the required staff -
getOverUnderFullTimeEquivalentCount
-
setOverUnderFullTimeEquivalentCount
-
equals
-
hashCode
public int hashCode() -
toString
-