Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationFormSingleSelectQuestionProperties
-
Packages that use EvaluationFormSingleSelectQuestionProperties Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormSingleSelectQuestionProperties in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormSingleSelectQuestionProperties Modifier and Type Method Description EvaluationFormSingleSelectQuestionPropertiesEvaluationFormQuestionTypeProperties. singleSelect()The properties of the numeric question.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationFormSingleSelectQuestionProperties Modifier and Type Method Description static EvaluationFormQuestionTypePropertiesEvaluationFormQuestionTypeProperties. fromSingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)Create an instance of this class withEvaluationFormQuestionTypeProperties.singleSelect()initialized to the given value.EvaluationFormQuestionTypeProperties.BuilderEvaluationFormQuestionTypeProperties.Builder. singleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)The properties of the numeric question.
-