EvaluationAnswerData
Information about answer data for a contact evaluation. Answer data must be either string, numeric, or not applicable.
Inheritors
Types
Date and time value provided as an answer to an evaluation question.
The flag to mark the question as not applicable.
The numeric value for an answer in a contact evaluation.
The string value for an answer in a contact evaluation.
String values provided as answers to evaluation questions.
Functions
Casts this EvaluationAnswerData as a DateTimeValue and retrieves its kotlin.String value. Throws an exception if the EvaluationAnswerData is not a DateTimeValue.
Casts this EvaluationAnswerData as a DateTimeValue and retrieves its kotlin.String value. Returns null if the EvaluationAnswerData is not a DateTimeValue.
Casts this EvaluationAnswerData as a NotApplicable and retrieves its kotlin.Boolean value. Throws an exception if the EvaluationAnswerData is not a NotApplicable.
Casts this EvaluationAnswerData as a NotApplicable and retrieves its kotlin.Boolean value. Returns null if the EvaluationAnswerData is not a NotApplicable.
Casts this EvaluationAnswerData as a NumericValue and retrieves its kotlin.Double value. Throws an exception if the EvaluationAnswerData is not a NumericValue.
Casts this EvaluationAnswerData as a NumericValue and retrieves its kotlin.Double value. Returns null if the EvaluationAnswerData is not a NumericValue.
Casts this EvaluationAnswerData as a StringValue and retrieves its kotlin.String value. Throws an exception if the EvaluationAnswerData is not a StringValue.
Casts this EvaluationAnswerData as a StringValue and retrieves its kotlin.String value. Returns null if the EvaluationAnswerData is not a StringValue.
Casts this EvaluationAnswerData as a StringValues and retrieves its kotlin.collections.List
Casts this EvaluationAnswerData as a StringValues and retrieves its kotlin.collections.List