| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormNumericQuestionOption |
EvaluationFormNumericQuestionOption.clone() |
EvaluationFormNumericQuestionOption |
EvaluationFormNumericQuestionOption.withAutomaticFail(Boolean automaticFail)
The flag to mark the option as automatic fail.
|
EvaluationFormNumericQuestionOption |
EvaluationFormNumericQuestionOption.withMaxValue(Integer maxValue)
The maximum answer value of the range option.
|
EvaluationFormNumericQuestionOption |
EvaluationFormNumericQuestionOption.withMinValue(Integer minValue)
The minimum answer value of the range option.
|
EvaluationFormNumericQuestionOption |
EvaluationFormNumericQuestionOption.withScore(Integer score)
The score assigned to answer values within the range option.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationFormNumericQuestionOption> |
EvaluationFormNumericQuestionProperties.getOptions()
The scoring options of the numeric question.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormNumericQuestionProperties |
EvaluationFormNumericQuestionProperties.withOptions(EvaluationFormNumericQuestionOption... options)
The scoring options of the numeric question.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationFormNumericQuestionProperties.setOptions(Collection<EvaluationFormNumericQuestionOption> options)
The scoring options of the numeric question.
|
EvaluationFormNumericQuestionProperties |
EvaluationFormNumericQuestionProperties.withOptions(Collection<EvaluationFormNumericQuestionOption> options)
The scoring options of the numeric question.
|
Copyright © 2024. All rights reserved.