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