Uses of Class
com.mypurecloud.sdk.v2.model.DefaultAnswersTo
Packages that use DefaultAnswersTo
-
Uses of DefaultAnswersTo in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DefaultAnswersToModifier and TypeMethodDescriptionEvaluationQuestionGroup.getDefaultAnswersTo()DefaultAnswersTo.highestScore(Boolean highestScore) True, when answer should default to highest scoreDefaultAnswersTo.lowestScore(Boolean lowestScore) True, when answer should default to lowest scoreDefaultAnswersTo.notApplicable(Boolean notApplicable) True, when answer should default to N/ADefaultAnswersTo.userDefined(Boolean userDefined) True, when answer should default to user defined answerMethods in com.mypurecloud.sdk.v2.model with parameters of type DefaultAnswersToModifier and TypeMethodDescriptionEvaluationQuestionGroup.defaultAnswersTo(DefaultAnswersTo defaultAnswersTo) Default scoring settings for the questions within this question group.voidEvaluationQuestionGroup.setDefaultAnswersTo(DefaultAnswersTo defaultAnswersTo)