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