Interface ScoreBody.ValueStage
- All Known Implementing Classes:
ScoreBody.Builder
- Enclosing class:
ScoreBody
public static interface ScoreBody.ValueStage
-
Method Summary
-
Method Details
-
value
The value of the score. Must be passed as string for categorical scores, and numeric for boolean and numeric scores. Boolean score values must equal either 1 or 0 (true or false)
-