Package com.mypurecloud.sdk.v2.model
Class SurveyQuestion
java.lang.Object
com.mypurecloud.sdk.v2.model.SurveyQuestion
- All Implemented Interfaces:
Serializable
SurveyQuestion
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanswerOptions(List<AnswerOption> answerOptions) Options from which to choose an answer for this question.booleanexplanationPrompt(String explanationPrompt) Prompt for details explaining the chosen NPS score.getId()getText()getType()inthashCode()maxResponseCharacters(Integer maxResponseCharacters) How many characters are allowed in the text response to this question.voidsetAnswerOptions(List<AnswerOption> answerOptions) voidsetExplanationPrompt(String explanationPrompt) voidsetHelpText(String helpText) voidvoidsetMaxResponseCharacters(Integer maxResponseCharacters) voidsetNaEnabled(Boolean naEnabled) voidvoidvoidsetVisibilityCondition(VisibilityCondition visibilityCondition) toString()type(SurveyQuestion.TypeEnum type) visibilityCondition(VisibilityCondition visibilityCondition)
-
Constructor Details
-
SurveyQuestion
public SurveyQuestion() -
SurveyQuestion
-
-
Method Details
-
id
-
getId
-
setId
-
getContextId
-
text
-
getText
-
setText
-
helpText
-
getHelpText
-
setHelpText
-
type
-
getType
-
setType
-
naEnabled
-
getNaEnabled
-
setNaEnabled
-
visibilityCondition
-
getVisibilityCondition
-
setVisibilityCondition
-
answerOptions
Options from which to choose an answer for this question. Only used by Multiple Choice type questions. -
getAnswerOptions
-
setAnswerOptions
-
maxResponseCharacters
How many characters are allowed in the text response to this question. Used by NPS and Free Text question types. -
getMaxResponseCharacters
-
setMaxResponseCharacters
-
explanationPrompt
Prompt for details explaining the chosen NPS score. Used by NPS questions. -
getExplanationPrompt
-
setExplanationPrompt
-
equals
-
hashCode
public int hashCode() -
toString
-