Uses of Class
com.mypurecloud.sdk.v2.model.ContestMetrics
Packages that use ContestMetrics
-
Uses of ContestMetrics in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContestMetricsModifier and TypeMethodDescriptionThe globally unique identifier for the object.ContestMetrics.minimumQualifier(Integer minimumQualifier) The Contest Metrics minimum qualifier.The Contest Metrics weight, allowed values are 1-100Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContestMetricsModifier and TypeMethodDescriptionContestsCreateRequest.getMetrics()ContestsEssentials.getMetrics()ContestsResponse.getMetrics()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContestMetricsModifier and TypeMethodDescriptionContestsCreateRequest.metrics(List<ContestMetrics> metrics) The Contest's MetricsContestsEssentials.metrics(List<ContestMetrics> metrics) The Contest's MetricsContestsResponse.metrics(List<ContestMetrics> metrics) The Contest's MetricsvoidContestsCreateRequest.setMetrics(List<ContestMetrics> metrics) voidContestsEssentials.setMetrics(List<ContestMetrics> metrics) voidContestsResponse.setMetrics(List<ContestMetrics> metrics)