Package com.mypurecloud.sdk.v2.model
Class CreateStaffingGroupAllocation
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateStaffingGroupAllocation
- All Implemented Interfaces:
Serializable
CreateStaffingGroupAllocation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()initialAttritionPercentage(Double initialAttritionPercentage) The attrition percentage of the staffing group that can be used for all weeks in the planning period, in the scale of 0 - 100initialShrinkagePercentage(Double initialShrinkagePercentage) The shrinkage percentage of the staffing group that can be used for all weeks in the planning period, in the scale of 0 - 100voidsetInitialAttritionPercentage(Double initialAttritionPercentage) voidsetInitialShrinkagePercentage(Double initialShrinkagePercentage) voidsetStaffingGroupId(String staffingGroupId) voidsetStartingWeeklyFullTimeEquivalentCount(Double startingWeeklyFullTimeEquivalentCount) staffingGroupId(String staffingGroupId) The ID of the staffing group used in this capacity planstartingWeeklyFullTimeEquivalentCount(Double startingWeeklyFullTimeEquivalentCount) The weekly count of full time equivalent agents in the staffing group that can be used for the first week of the planning periodtoString()
-
Constructor Details
-
CreateStaffingGroupAllocation
public CreateStaffingGroupAllocation() -
CreateStaffingGroupAllocation
-
-
Method Details
-
staffingGroupId
The ID of the staffing group used in this capacity plan -
getStaffingGroupId
-
setStaffingGroupId
-
initialShrinkagePercentage
The shrinkage percentage of the staffing group that can be used for all weeks in the planning period, in the scale of 0 - 100 -
getInitialShrinkagePercentage
-
setInitialShrinkagePercentage
-
initialAttritionPercentage
The attrition percentage of the staffing group that can be used for all weeks in the planning period, in the scale of 0 - 100 -
getInitialAttritionPercentage
-
setInitialAttritionPercentage
-
startingWeeklyFullTimeEquivalentCount
public CreateStaffingGroupAllocation startingWeeklyFullTimeEquivalentCount(Double startingWeeklyFullTimeEquivalentCount) The weekly count of full time equivalent agents in the staffing group that can be used for the first week of the planning period -
getStartingWeeklyFullTimeEquivalentCount
-
setStartingWeeklyFullTimeEquivalentCount
-
equals
-
hashCode
public int hashCode() -
toString
-