public static interface ChoiceUpdate.Builder extends SdkPojo, CopyableBuilder<ChoiceUpdate.Builder,ChoiceUpdate>
| Modifier and Type | Method and Description |
|---|---|
ChoiceUpdate.Builder |
notes(String notes)
The notes associated with a choice.
|
ChoiceUpdate.Builder |
reason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceUpdate.Builder |
reason(String reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceUpdate.Builder |
status(ChoiceStatus status)
The status of a choice.
|
ChoiceUpdate.Builder |
status(String status)
The status of a choice.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChoiceUpdate.Builder status(String status)
The status of a choice.
status - The status of a choice.ChoiceStatus,
ChoiceStatusChoiceUpdate.Builder status(ChoiceStatus status)
The status of a choice.
status - The status of a choice.ChoiceStatus,
ChoiceStatusChoiceUpdate.Builder reason(String reason)
The reason why a choice is non-applicable to a question in your workload.
reason - The reason why a choice is non-applicable to a question in your workload.ChoiceReason,
ChoiceReasonChoiceUpdate.Builder reason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
reason - The reason why a choice is non-applicable to a question in your workload.ChoiceReason,
ChoiceReasonChoiceUpdate.Builder notes(String notes)
The notes associated with a choice.
notes - The notes associated with a choice.Copyright © 2023. All rights reserved.