Package com.mypurecloud.sdk.v2.model
Class DynamicGroupRoutingSkillCondition
java.lang.Object
com.mypurecloud.sdk.v2.model.DynamicGroupRoutingSkillCondition
- All Implemented Interfaces:
Serializable
DynamicGroupRoutingSkillCondition
- 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<DynamicGroupSkillCondition> childConditions) Nested conditions to be applied to this skill conditionComparator 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<DynamicGroupSkillCondition> childConditions) voidvoidsetProficiency(Integer proficiency) voidsetRoutingSkill(String routingSkill) toString()
-
Constructor Details
-
DynamicGroupRoutingSkillCondition
public DynamicGroupRoutingSkillCondition() -
DynamicGroupRoutingSkillCondition
-
-
Method Details
-
routingSkill
The routing skill to be used in the skill condition query -
getRoutingSkill
-
setRoutingSkill
-
comparator
public DynamicGroupRoutingSkillCondition comparator(DynamicGroupRoutingSkillCondition.ComparatorEnum 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
public DynamicGroupRoutingSkillCondition childConditions(List<DynamicGroupSkillCondition> childConditions) Nested conditions to be applied to this skill condition -
getChildConditions
-
setChildConditions
-
equals
-
hashCode
public int hashCode() -
toString
-