public static interface EvaluationFormNumericQuestionProperties.Builder extends SdkPojo, CopyableBuilder<EvaluationFormNumericQuestionProperties.Builder,EvaluationFormNumericQuestionProperties>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormNumericQuestionProperties.Builder minValue(Integer minValue)
The minimum answer value.
minValue - The minimum answer value.EvaluationFormNumericQuestionProperties.Builder maxValue(Integer maxValue)
The maximum answer value.
maxValue - The maximum answer value.EvaluationFormNumericQuestionProperties.Builder options(Collection<EvaluationFormNumericQuestionOption> options)
The scoring options of the numeric question.
options - The scoring options of the numeric question.EvaluationFormNumericQuestionProperties.Builder options(EvaluationFormNumericQuestionOption... options)
The scoring options of the numeric question.
options - The scoring options of the numeric question.EvaluationFormNumericQuestionProperties.Builder options(Consumer<EvaluationFormNumericQuestionOption.Builder>... options)
The scoring options of the numeric question.
This is a convenience method that creates an instance of theEvaluationFormNumericQuestionOption.Builder avoiding
the need to create one manually via
EvaluationFormNumericQuestionOption.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #options(List.
options - a consumer that will call methods on
EvaluationFormNumericQuestionOption.Builder#options(java.util.Collection) EvaluationFormNumericQuestionProperties.Builder automation(EvaluationFormNumericQuestionAutomation automation)
The automation properties of the numeric question.
automation - The automation properties of the numeric question.default EvaluationFormNumericQuestionProperties.Builder automation(Consumer<EvaluationFormNumericQuestionAutomation.Builder> automation)
The automation properties of the numeric question.
This is a convenience method that creates an instance of theEvaluationFormNumericQuestionAutomation.Builder avoiding the need to create one manually via
EvaluationFormNumericQuestionAutomation.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to automation(EvaluationFormNumericQuestionAutomation).
automation - a consumer that will call methods on EvaluationFormNumericQuestionAutomation.Builderautomation(EvaluationFormNumericQuestionAutomation)Copyright © 2023. All rights reserved.