| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationFormQuestionTypeProperties |
EvaluationFormQuestionTypeProperties.fromNumeric(Consumer<EvaluationFormNumericQuestionProperties.Builder> numeric)
Create an instance of this class with
numeric() initialized to the given value. |
static EvaluationFormQuestionTypeProperties |
EvaluationFormQuestionTypeProperties.fromNumeric(EvaluationFormNumericQuestionProperties numeric)
Create an instance of this class with
numeric() initialized to the given value. |
static EvaluationFormQuestionTypeProperties |
EvaluationFormQuestionTypeProperties.fromSingleSelect(Consumer<EvaluationFormSingleSelectQuestionProperties.Builder> singleSelect)
Create an instance of this class with
singleSelect() initialized to the given value. |
static EvaluationFormQuestionTypeProperties |
EvaluationFormQuestionTypeProperties.fromSingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)
Create an instance of this class with
singleSelect() initialized to the given value. |
EvaluationFormQuestionTypeProperties |
EvaluationFormQuestion.questionTypeProperties()
The properties of the type of question.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormQuestion.Builder |
EvaluationFormQuestion.Builder.questionTypeProperties(EvaluationFormQuestionTypeProperties questionTypeProperties)
The properties of the type of question.
|
Copyright © 2023. All rights reserved.