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