Package com.mypurecloud.sdk.v2.model
Class SkillGroupLanguageCondition
java.lang.Object
com.mypurecloud.sdk.v2.model.SkillGroupLanguageCondition
- All Implemented Interfaces:
Serializable
SkillGroupLanguageCondition
- 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(SkillGroupLanguageCondition.ComparatorEnum comparator) Comparator 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<SkillGroupCondition> childConditions) voidvoidsetLanguageSkill(String languageSkill) voidsetProficiency(Integer proficiency) toString()
-
Constructor Details
-
SkillGroupLanguageCondition
public SkillGroupLanguageCondition() -
SkillGroupLanguageCondition
-
-
Method Details
-
languageSkill
The language skill to be used in the skill condition query -
getLanguageSkill
-
setLanguageSkill
-
comparator
public SkillGroupLanguageCondition comparator(SkillGroupLanguageCondition.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
Nested conditions to be applied to this skill condition -
getChildConditions
-
setChildConditions
-
equals
-
hashCode
public int hashCode() -
toString
-