public static interface EvaluationFormSection.Builder extends SdkPojo, CopyableBuilder<EvaluationFormSection.Builder,EvaluationFormSection>
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormSection.Builder |
instructions(String instructions)
The instructions of the section.
|
EvaluationFormSection.Builder |
items(Collection<EvaluationFormItem> items)
The items of the section.
|
EvaluationFormSection.Builder |
items(Consumer<EvaluationFormItem.Builder>... items)
The items of the section.
|
EvaluationFormSection.Builder |
items(EvaluationFormItem... items)
The items of the section.
|
EvaluationFormSection.Builder |
refId(String refId)
The identifier of the section.
|
EvaluationFormSection.Builder |
title(String title)
The title of the section.
|
EvaluationFormSection.Builder |
weight(Double weight)
The scoring weight of the section.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationFormSection.Builder title(String title)
The title of the section.
title - The title of the section.EvaluationFormSection.Builder refId(String refId)
The identifier of the section. An identifier must be unique within the evaluation form.
refId - The identifier of the section. An identifier must be unique within the evaluation form.EvaluationFormSection.Builder instructions(String instructions)
The instructions of the section.
instructions - The instructions of the section.EvaluationFormSection.Builder items(Collection<EvaluationFormItem> items)
The items of the section.
items - The items of the section.EvaluationFormSection.Builder items(EvaluationFormItem... items)
The items of the section.
items - The items of the section.EvaluationFormSection.Builder items(Consumer<EvaluationFormItem.Builder>... items)
The items of the section.
This is a convenience method that creates an instance of theEvaluationFormItem.Builder avoiding the need to create
one manually via EvaluationFormItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
EvaluationFormItem.Builder#items(java.util.Collection) EvaluationFormSection.Builder weight(Double weight)
The scoring weight of the section.
weight - The scoring weight of the section.Copyright © 2023. All rights reserved.