Uses of Class
com.mypurecloud.sdk.v2.model.PlanningGroupOutputs
Packages that use PlanningGroupOutputs
-
Uses of PlanningGroupOutputs in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PlanningGroupOutputsModifier and TypeMethodDescriptionPlanningGroupOutputs.abandonRatePerInterval(List<Double> abandonRatePerInterval) List of Abandon rate percentage (0.0-100.0) results per intervalPlanningGroupOutputs.averageSpeedOfAnswerSecondsPerInterval(List<Double> averageSpeedOfAnswerSecondsPerInterval) List of Average Speed of Answer (in seconds) results per intervalPlanningGroupOutputs.occupancyPerInterval(List<Double> occupancyPerInterval) List of Occupancy percentage (0.0-100.0) results per intervalPlanningGroupOutputs.planningGroupId(String planningGroupId) The ID for for the associated planning group resultPlanningGroupOutputs.serviceLevelPerInterval(List<Double> serviceLevelPerInterval) List of Service Level percentage (0.0-100.0) results per intervalMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type PlanningGroupOutputsMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PlanningGroupOutputsModifier and TypeMethodDescriptionPerformancePredictionOutputs.planningGroupResults(List<PlanningGroupOutputs> planningGroupResults) List of planning group level performance prediction resultsvoidPerformancePredictionOutputs.setPlanningGroupResults(List<PlanningGroupOutputs> planningGroupResults)