Form

data class Form(val identifier: String, responseType: String?, val children: Set<FormData<*>>) : FormData.BaseForm

Constructors

Link copied to clipboard
constructor(identifier: String, responseType: String?, children: Set<FormData<*>>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val identifier: String

Inherited properties

Link copied to clipboard
open override val attributeName: AttributeName? = null
Link copied to clipboard
open override val attributeValue: AttributeValue? = null
Link copied to clipboard
open override val isValid: Boolean
Link copied to clipboard
open override val value: Set<FormData<*>>

Inherited functions

Link copied to clipboard
Link copied to clipboard
open override fun toJsonValue(): JsonValue