Uses of Enum Class
com.mypurecloud.sdk.v2.model.UserQueue.ScoringMethodEnum
Packages that use UserQueue.ScoringMethodEnum
-
Uses of UserQueue.ScoringMethodEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserQueue.ScoringMethodEnumModifier and TypeMethodDescriptionstatic UserQueue.ScoringMethodEnumUserQueue.ScoringMethodEnum.fromString(String key) UserQueue.getScoringMethod()static UserQueue.ScoringMethodEnumReturns the enum constant of this class with the specified name.static UserQueue.ScoringMethodEnum[]UserQueue.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 UserQueue.ScoringMethodEnumModifier and TypeMethodDescriptionUserQueue.scoringMethod(UserQueue.ScoringMethodEnum scoringMethod) The Scoring Method for the queue.voidUserQueue.setScoringMethod(UserQueue.ScoringMethodEnum scoringMethod)