Uses of Class
com.mypurecloud.sdk.v2.model.ContestMetricScoreRanked
Packages that use ContestMetricScoreRanked
-
Uses of ContestMetricScoreRanked in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContestMetricScoreRankedModifier and TypeMethodDescriptionContestMetricScoreRanked.metric(AddressableEntityRef metric) The gamification metric for the dataContestMetricScoreRanked.percentOfGoal(Double percentOfGoal) The Contest Metric percentOfGoalThe Contest Score rank, a lower rank is better (1 is the best)The Contest Metric scoreContestMetricScoreRanked.totalPoints(Double totalPoints) The Contest Metric totalPointsMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContestMetricScoreRankedModifier and TypeMethodDescriptionContestScoresAgents.getMetricScores()ContestScoresAgentTrend.getMetricScores()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContestMetricScoreRankedModifier and TypeMethodDescriptionContestScoresAgents.metricScores(List<ContestMetricScoreRanked> metricScores) The Contest metric scoresContestScoresAgentTrend.metricScores(List<ContestMetricScoreRanked> metricScores) The Contest metric scoresvoidContestScoresAgents.setMetricScores(List<ContestMetricScoreRanked> metricScores) voidContestScoresAgentTrend.setMetricScores(List<ContestMetricScoreRanked> metricScores)