Package com.mypurecloud.sdk.v2.model
Class EvaluationQuestionGroup
java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationQuestionGroup
- All Implemented Interfaces:
Serializable
EvaluationQuestionGroup
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultAnswersTo(DefaultAnswersTo defaultAnswersTo) Default scoring settings for the questions within this question group.defaultAnswersToHighest(Boolean defaultAnswersToHighest) defaultAnswersToNA(Boolean defaultAnswersToNA) booleangetId()getName()getType()inthashCode()manualWeight(Boolean manualWeight) questions(List<EvaluationQuestion> questions) voidsetDefaultAnswersTo(DefaultAnswersTo defaultAnswersTo) voidsetDefaultAnswersToHighest(Boolean defaultAnswersToHighest) voidsetDefaultAnswersToNA(Boolean defaultAnswersToNA) voidvoidsetManualWeight(Boolean manualWeight) voidsetNaEnabled(Boolean naEnabled) voidvoidsetQuestions(List<EvaluationQuestion> questions) voidvoidsetVisibilityCondition(VisibilityCondition visibilityCondition) voidtoString()visibilityCondition(VisibilityCondition visibilityCondition)
-
Constructor Details
-
EvaluationQuestionGroup
public EvaluationQuestionGroup() -
EvaluationQuestionGroup
-
-
Method Details
-
id
-
getId
-
setId
-
getContextId
-
name
-
getName
-
setName
-
type
-
getType
-
setType
-
defaultAnswersToHighest
-
getDefaultAnswersToHighest
-
setDefaultAnswersToHighest
-
defaultAnswersToNA
-
getDefaultAnswersToNA
-
setDefaultAnswersToNA
-
naEnabled
-
getNaEnabled
-
setNaEnabled
-
weight
-
getWeight
-
setWeight
-
manualWeight
-
getManualWeight
-
setManualWeight
-
questions
-
getQuestions
-
setQuestions
-
visibilityCondition
-
getVisibilityCondition
-
setVisibilityCondition
-
defaultAnswersTo
Default scoring settings for the questions within this question group. -
getDefaultAnswersTo
-
setDefaultAnswersTo
-
equals
-
hashCode
public int hashCode() -
toString
-