Package com.mypurecloud.sdk.v2.model
Class AssessmentFormQuestion
java.lang.Object
com.mypurecloud.sdk.v2.model.AssessmentFormQuestion
- All Implemented Interfaces:
Serializable
AssessmentFormQuestion
- 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.commentsRequired(Boolean commentsRequired) booleangetId()getText()getType()inthashCode()isCritical(Boolean isCritical) Does this question contribute to the critical score.Does an incorrect answer to this question mark the form as having a failed kill question.maxResponseCharacters(Integer maxResponseCharacters) How many characters are allowed in the text response to this question.voidsetAnswerOptions(List<AnswerOption> answerOptions) voidsetCommentsRequired(Boolean commentsRequired) voidsetHelpText(String helpText) voidvoidsetIsCritical(Boolean isCritical) voidvoidsetMaxResponseCharacters(Integer maxResponseCharacters) voidsetNaEnabled(Boolean naEnabled) voidvoidvoidsetVisibilityCondition(VisibilityCondition visibilityCondition) The question texttoString()visibilityCondition(VisibilityCondition visibilityCondition)
-
Constructor Details
-
AssessmentFormQuestion
public AssessmentFormQuestion() -
AssessmentFormQuestion
-
-
Method Details
-
id
-
getId
-
setId
-
getContextId
-
type
-
getType
-
setType
-
text
The question text -
getText
-
setText
-
helpText
-
getHelpText
-
setHelpText
-
naEnabled
-
getNaEnabled
-
setNaEnabled
-
commentsRequired
-
getCommentsRequired
-
setCommentsRequired
-
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 Free Text question types. -
getMaxResponseCharacters
-
setMaxResponseCharacters
-
isKill
Does an incorrect answer to this question mark the form as having a failed kill question. Only used by Multiple Choice type questions. -
getIsKill
-
setIsKill
-
isCritical
Does this question contribute to the critical score. Only used by Multiple Choice type questions. -
getIsCritical
-
setIsCritical
-
equals
-
hashCode
public int hashCode() -
toString
-