| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormSection |
EvaluationFormSection.clone() |
EvaluationFormSection |
EvaluationFormItem.getSection()
The information of the section.
|
EvaluationFormSection |
EvaluationFormSection.withInstructions(String instructions)
The instructions of the section.
|
EvaluationFormSection |
EvaluationFormSection.withItems(Collection<EvaluationFormItem> items)
The items of the section.
|
EvaluationFormSection |
EvaluationFormSection.withItems(EvaluationFormItem... items)
The items of the section.
|
EvaluationFormSection |
EvaluationFormSection.withRefId(String refId)
The identifier of the section.
|
EvaluationFormSection |
EvaluationFormSection.withTitle(String title)
The title of the section.
|
EvaluationFormSection |
EvaluationFormSection.withWeight(Double weight)
The scoring weight of the section.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationFormItem.setSection(EvaluationFormSection section)
The information of the section.
|
EvaluationFormItem |
EvaluationFormItem.withSection(EvaluationFormSection section)
The information of the section.
|
Copyright © 2024. All rights reserved.