EvaluationAnswerData
Information about answer data for a contact evaluation. Answer data must be either string, numeric, or not applicable.
Inheritors
Types
Functions
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.