Package com.mypurecloud.sdk.v2.model
Class SkillGroupRoutingCondition
java.lang.Object
com.mypurecloud.sdk.v2.model.SkillGroupRoutingCondition
- All Implemented Interfaces:
Serializable
SkillGroupRoutingCondition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumComparator that will be applied to the proficiency -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildConditions(List<SkillGroupCondition> childConditions) Nested conditions to be applied to this skill conditioncomparator(SkillGroupRoutingCondition.ComparatorEnum comparator) Comparator that will be applied to the proficiencybooleaninthashCode()proficiency(Integer proficiency) The skill proficiency that will be used for the routing skill.routingSkill(String routingSkill) The routing skill to be used in the skill condition queryvoidsetChildConditions(List<SkillGroupCondition> childConditions) voidvoidsetProficiency(Integer proficiency) voidsetRoutingSkill(String routingSkill) toString()
-
Constructor Details
-
SkillGroupRoutingCondition
public SkillGroupRoutingCondition() -
SkillGroupRoutingCondition
-
-
Method Details
-
routingSkill
The routing skill to be used in the skill condition query -
getRoutingSkill
-
setRoutingSkill
-
comparator
Comparator that will be applied to the proficiency -
getComparator
-
setComparator
-
proficiency
The skill proficiency that will be used for the routing skill. Integer range 0-5 -
getProficiency
-
setProficiency
-
childConditions
Nested conditions to be applied to this skill condition -
getChildConditions
-
setChildConditions
-
equals
-
hashCode
public int hashCode() -
toString
-