Uses of Enum Class
com.mypurecloud.sdk.v2.model.Queue.ScoringMethodEnum
Packages that use Queue.ScoringMethodEnum
-
Uses of Queue.ScoringMethodEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Queue.ScoringMethodEnumModifier and TypeMethodDescriptionstatic Queue.ScoringMethodEnumQueue.ScoringMethodEnum.fromString(String key) Queue.getScoringMethod()static Queue.ScoringMethodEnumReturns the enum constant of this class with the specified name.static Queue.ScoringMethodEnum[]Queue.ScoringMethodEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Queue.ScoringMethodEnumModifier and TypeMethodDescriptionQueue.scoringMethod(Queue.ScoringMethodEnum scoringMethod) The Scoring Method for the queue.voidQueue.setScoringMethod(Queue.ScoringMethodEnum scoringMethod)