| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormQuestion |
EvaluationFormQuestion.clone() |
EvaluationFormQuestion |
EvaluationFormItem.getQuestion()
The information of the question.
|
EvaluationFormQuestion |
EvaluationFormQuestion.withInstructions(String instructions)
The instructions of the section.
|
EvaluationFormQuestion |
EvaluationFormQuestion.withNotApplicableEnabled(Boolean notApplicableEnabled)
The flag to enable not applicable answers to the question.
|
EvaluationFormQuestion |
EvaluationFormQuestion.withQuestionType(EvaluationFormQuestionType questionType)
The type of the question.
|
EvaluationFormQuestion |
EvaluationFormQuestion.withQuestionType(String questionType)
The type of the question.
|
EvaluationFormQuestion |
EvaluationFormQuestion.withQuestionTypeProperties(EvaluationFormQuestionTypeProperties questionTypeProperties)
The properties of the type of question.
|
EvaluationFormQuestion |
EvaluationFormQuestion.withRefId(String refId)
The identifier of the question.
|
EvaluationFormQuestion |
EvaluationFormQuestion.withTitle(String title)
The title of the question.
|
EvaluationFormQuestion |
EvaluationFormQuestion.withWeight(Double weight)
The scoring weight of the section.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationFormItem.setQuestion(EvaluationFormQuestion question)
The information of the question.
|
EvaluationFormItem |
EvaluationFormItem.withQuestion(EvaluationFormQuestion question)
The information of the question.
|
Copyright © 2023. All rights reserved.