public static interface ChoiceAnswer.Builder extends SdkPojo, CopyableBuilder<ChoiceAnswer.Builder,ChoiceAnswer>
| Modifier and Type | Method and Description |
|---|---|
ChoiceAnswer.Builder |
choiceId(String choiceId)
Sets the value of the ChoiceId property for this object.
|
ChoiceAnswer.Builder |
notes(String notes)
The notes associated with a choice.
|
ChoiceAnswer.Builder |
reason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceAnswer.Builder |
reason(String reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceAnswer.Builder |
status(ChoiceStatus status)
The status of a choice.
|
ChoiceAnswer.Builder |
status(String status)
The status of a choice.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChoiceAnswer.Builder choiceId(String choiceId)
choiceId - The new value for the ChoiceId property for this object.ChoiceAnswer.Builder status(String status)
The status of a choice.
status - The status of a choice.ChoiceStatus,
ChoiceStatusChoiceAnswer.Builder status(ChoiceStatus status)
The status of a choice.
status - The status of a choice.ChoiceStatus,
ChoiceStatusChoiceAnswer.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,
ChoiceReasonChoiceAnswer.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,
ChoiceReasonChoiceAnswer.Builder notes(String notes)
The notes associated with a choice.
notes - The notes associated with a choice.Copyright © 2023. All rights reserved.