Package com.mypurecloud.sdk.v2.model
Class DynamicGroupLanguageSkillCondition
java.lang.Object
com.mypurecloud.sdk.v2.model.DynamicGroupLanguageSkillCondition
- All Implemented Interfaces:
Serializable
DynamicGroupLanguageSkillCondition
- 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()languageSkill(String languageSkill) The language skill to be used in the skill condition queryproficiency(Integer proficiency) The skill proficiency that will be used for the language skill.voidsetChildConditions(List<DynamicGroupSkillCondition> childConditions) voidvoidsetLanguageSkill(String languageSkill) voidsetProficiency(Integer proficiency) toString()
-
Constructor Details
-
DynamicGroupLanguageSkillCondition
public DynamicGroupLanguageSkillCondition() -
DynamicGroupLanguageSkillCondition
-
-
Method Details
-
languageSkill
The language skill to be used in the skill condition query -
getLanguageSkill
-
setLanguageSkill
-
comparator
public DynamicGroupLanguageSkillCondition comparator(DynamicGroupLanguageSkillCondition.ComparatorEnum comparator) Comparator that will be applied to the proficiency -
getComparator
-
setComparator
-
proficiency
The skill proficiency that will be used for the language skill. Integer range 0-5 -
getProficiency
-
setProficiency
-
childConditions
public DynamicGroupLanguageSkillCondition childConditions(List<DynamicGroupSkillCondition> childConditions) Nested conditions to be applied to this skill condition -
getChildConditions
-
setChildConditions
-
equals
-
hashCode
public int hashCode() -
toString
-