public static interface EvaluationFormNumericQuestionAutomation.Builder extends SdkPojo, CopyableBuilder<EvaluationFormNumericQuestionAutomation.Builder,EvaluationFormNumericQuestionAutomation>
| Modifier and Type | Method and Description |
|---|---|
default EvaluationFormNumericQuestionAutomation.Builder |
propertyValue(Consumer<NumericQuestionPropertyValueAutomation.Builder> propertyValue)
The property value of the automation.
|
EvaluationFormNumericQuestionAutomation.Builder |
propertyValue(NumericQuestionPropertyValueAutomation propertyValue)
The property value of the automation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormNumericQuestionAutomation.Builder propertyValue(NumericQuestionPropertyValueAutomation propertyValue)
The property value of the automation.
propertyValue - The property value of the automation.default EvaluationFormNumericQuestionAutomation.Builder propertyValue(Consumer<NumericQuestionPropertyValueAutomation.Builder> propertyValue)
The property value of the automation.
This is a convenience method that creates an instance of theNumericQuestionPropertyValueAutomation.Builder avoiding the need to create one manually via
NumericQuestionPropertyValueAutomation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to propertyValue(NumericQuestionPropertyValueAutomation).
propertyValue - a consumer that will call methods on NumericQuestionPropertyValueAutomation.BuilderpropertyValue(NumericQuestionPropertyValueAutomation)Copyright © 2023. All rights reserved.