Package com.mypurecloud.sdk.v2.model
Class StaffingGroupAllocationsResponseTemplate
java.lang.Object
com.mypurecloud.sdk.v2.model.StaffingGroupAllocationsResponseTemplate
- All Implemented Interfaces:
Serializable
StaffingGroupAllocationsResponseTemplate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapacityPlanMetricsSummary(CapacityPlanMetricsSummary capacityPlanMetricsSummary) The total summary of staffing allocation metrics for this capacity plan, for the selected granularitybooleaninthashCode()The list of months covered by this capacity plan, formatted as yyyy-MMplanningGroupAllocations(List<CapacityPlanningPlanningGroupAllocation> planningGroupAllocations) The planning group allocationsvoidsetCapacityPlanMetricsSummary(CapacityPlanMetricsSummary capacityPlanMetricsSummary) voidvoidsetPlanningGroupAllocations(List<CapacityPlanningPlanningGroupAllocation> planningGroupAllocations) voidsetStaffingGroupAllocations(List<StaffingGroupAllocation> staffingGroupAllocations) staffingGroupAllocations(List<StaffingGroupAllocation> staffingGroupAllocations) List of staffing group allocationstoString()
-
Constructor Details
-
StaffingGroupAllocationsResponseTemplate
public StaffingGroupAllocationsResponseTemplate() -
StaffingGroupAllocationsResponseTemplate
-
-
Method Details
-
staffingGroupAllocations
public StaffingGroupAllocationsResponseTemplate staffingGroupAllocations(List<StaffingGroupAllocation> staffingGroupAllocations) List of staffing group allocations -
getStaffingGroupAllocations
-
setStaffingGroupAllocations
-
months
The list of months covered by this capacity plan, formatted as yyyy-MM -
getMonths
-
setMonths
-
planningGroupAllocations
public StaffingGroupAllocationsResponseTemplate planningGroupAllocations(List<CapacityPlanningPlanningGroupAllocation> planningGroupAllocations) The planning group allocations -
getPlanningGroupAllocations
-
setPlanningGroupAllocations
public void setPlanningGroupAllocations(List<CapacityPlanningPlanningGroupAllocation> planningGroupAllocations) -
capacityPlanMetricsSummary
public StaffingGroupAllocationsResponseTemplate capacityPlanMetricsSummary(CapacityPlanMetricsSummary capacityPlanMetricsSummary) The total summary of staffing allocation metrics for this capacity plan, for the selected granularity -
getCapacityPlanMetricsSummary
-
setCapacityPlanMetricsSummary
-
equals
-
hashCode
public int hashCode() -
toString
-