public static interface EvaluationAnswerData.Builder extends SdkPojo, CopyableBuilder<EvaluationAnswerData.Builder,EvaluationAnswerData>
| Modifier and Type | Method and Description |
|---|---|
EvaluationAnswerData.Builder |
notApplicable(Boolean notApplicable)
The flag to mark the question as not applicable.
|
EvaluationAnswerData.Builder |
numericValue(Double numericValue)
The numeric value for an answer in a contact evaluation.
|
EvaluationAnswerData.Builder |
stringValue(String stringValue)
The string value for an answer in a contact evaluation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationAnswerData.Builder stringValue(String stringValue)
The string value for an answer in a contact evaluation.
stringValue - The string value for an answer in a contact evaluation.EvaluationAnswerData.Builder numericValue(Double numericValue)
The numeric value for an answer in a contact evaluation.
numericValue - The numeric value for an answer in a contact evaluation.EvaluationAnswerData.Builder notApplicable(Boolean notApplicable)
The flag to mark the question as not applicable.
notApplicable - The flag to mark the question as not applicable.Copyright © 2023. All rights reserved.