public static interface EvaluationScore.Builder extends SdkPojo, CopyableBuilder<EvaluationScore.Builder,EvaluationScore>
| Modifier and Type | Method and Description |
|---|---|
EvaluationScore.Builder |
automaticFail(Boolean automaticFail)
The flag that marks the item as automatic fail.
|
EvaluationScore.Builder |
notApplicable(Boolean notApplicable)
The flag to mark the item as not applicable for scoring.
|
EvaluationScore.Builder |
percentage(Double percentage)
The score percentage for an item in a contact evaluation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationScore.Builder percentage(Double percentage)
The score percentage for an item in a contact evaluation.
percentage - The score percentage for an item in a contact evaluation.EvaluationScore.Builder notApplicable(Boolean notApplicable)
The flag to mark the item as not applicable for scoring.
notApplicable - The flag to mark the item as not applicable for scoring.EvaluationScore.Builder automaticFail(Boolean automaticFail)
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
automaticFail - The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail
answer, this flag will be true.Copyright © 2023. All rights reserved.