public static interface EvaluationFormItem.Builder extends SdkPojo, CopyableBuilder<EvaluationFormItem.Builder,EvaluationFormItem>
| Modifier and Type | Method and Description |
|---|---|
default EvaluationFormItem.Builder |
question(Consumer<EvaluationFormQuestion.Builder> question)
The information of the question.
|
EvaluationFormItem.Builder |
question(EvaluationFormQuestion question)
The information of the question.
|
default EvaluationFormItem.Builder |
section(Consumer<EvaluationFormSection.Builder> section)
The information of the section.
|
EvaluationFormItem.Builder |
section(EvaluationFormSection section)
The information of the section.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormItem.Builder section(EvaluationFormSection section)
The information of the section.
section - The information of the section.default EvaluationFormItem.Builder section(Consumer<EvaluationFormSection.Builder> section)
The information of the section.
This is a convenience method that creates an instance of theEvaluationFormSection.Builder avoiding
the need to create one manually via EvaluationFormSection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to section(EvaluationFormSection).
section - a consumer that will call methods on EvaluationFormSection.Buildersection(EvaluationFormSection)EvaluationFormItem.Builder question(EvaluationFormQuestion question)
The information of the question.
question - The information of the question.default EvaluationFormItem.Builder question(Consumer<EvaluationFormQuestion.Builder> question)
The information of the question.
This is a convenience method that creates an instance of theEvaluationFormQuestion.Builder avoiding
the need to create one manually via EvaluationFormQuestion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to question(EvaluationFormQuestion).
question - a consumer that will call methods on EvaluationFormQuestion.Builderquestion(EvaluationFormQuestion)Copyright © 2023. All rights reserved.