Uses of Class
com.mypurecloud.sdk.v2.model.AnswerOption
Packages that use AnswerOption
-
Uses of AnswerOption in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnswerOptionModifier and TypeMethodDescriptionAnswerOption.assistanceConditions(List<AssistanceCondition> assistanceConditions) List of assistance conditions which are combined together with a logical AND operator.AnswerOption.builtInType(AnswerOption.BuiltInTypeEnum builtInType) The built-in type of this answer option.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnswerOptionModifier and TypeMethodDescriptionAssessmentFormQuestion.getAnswerOptions()EvaluationQuestion.getAnswerOptions()SurveyQuestion.getAnswerOptions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnswerOptionModifier and TypeMethodDescriptionAssessmentFormQuestion.answerOptions(List<AnswerOption> answerOptions) Options from which to choose an answer for this question.EvaluationQuestion.answerOptions(List<AnswerOption> answerOptions) Options from which to choose an answer for this question.SurveyQuestion.answerOptions(List<AnswerOption> answerOptions) Options from which to choose an answer for this question.voidAssessmentFormQuestion.setAnswerOptions(List<AnswerOption> answerOptions) voidEvaluationQuestion.setAnswerOptions(List<AnswerOption> answerOptions) voidSurveyQuestion.setAnswerOptions(List<AnswerOption> answerOptions)