SurveyQuestion

open class SurveyQuestion(var id: Long? = null, var sendingId: Long? = null, var text: String? = null, var displayText: String? = null, var buttons: List<SurveyButton>? = null)

Inheritors

Constructors

Link copied to clipboard
constructor(id: Long? = null, sendingId: Long? = null, text: String? = null, displayText: String? = null, buttons: List<SurveyButton>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: Long?
Link copied to clipboard
Link copied to clipboard
var text: String?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int