Uses of Class
com.mypurecloud.sdk.v2.model.PatchSurveyQuestion
Packages that use PatchSurveyQuestion
-
Uses of PatchSurveyQuestion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchSurveyQuestionModifier and TypeMethodDescriptionChoices available to user.PatchSurveyQuestion.customerProperty(PatchSurveyQuestion.CustomerPropertyEnum customerProperty) The customer property that the answer maps to.PatchSurveyQuestion.isMandatory(Boolean isMandatory) Whether answering this question is mandatory.Label of question.PatchSurveyQuestion.type(PatchSurveyQuestion.TypeEnum type) Type of survey question.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PatchSurveyQuestionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PatchSurveyQuestionModifier and TypeMethodDescriptionPatchActionSurvey.questions(List<PatchSurveyQuestion> questions) Questions shown to the user.voidPatchActionSurvey.setQuestions(List<PatchSurveyQuestion> questions)