Uses of Enum Class
com.mypurecloud.sdk.v2.model.AgentScoringRule.AgentToScoreEnum
Packages that use AgentScoringRule.AgentToScoreEnum
-
Uses of AgentScoringRule.AgentToScoreEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentScoringRule.AgentToScoreEnumModifier and TypeMethodDescriptionAgentScoringRule.AgentToScoreEnum.fromString(String key) AgentScoringRule.getAgentToScore()Returns the enum constant of this class with the specified name.static AgentScoringRule.AgentToScoreEnum[]AgentScoringRule.AgentToScoreEnum.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 AgentScoringRule.AgentToScoreEnumModifier and TypeMethodDescriptionAgentScoringRule.agentToScore(AgentScoringRule.AgentToScoreEnum agentToScore) Which agent(s) to score.voidAgentScoringRule.setAgentToScore(AgentScoringRule.AgentToScoreEnum agentToScore)