TextQuestion

uk.gov.hmrc.apiplatform.modules.submissions.domain.models.Question.TextQuestion
case class TextQuestion(id: Id, wording: Wording, statement: Option[Statement], afterStatement: Option[Statement] = ..., label: Option[Label] = ..., hintText: Option[NonBulletStatementFragment] = ..., validation: Option[TextValidation] = ..., absence: Option[(String, Mark)] = ..., errorInfo: Option[ErrorInfo] = ...) extends Question, LabelAndHints, ErrorMessaging

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Question
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def absenceMark: Option[Mark]

Attributes

Inherited from:
Question
def absenceText: Option[String]

Attributes

Inherited from:
Question
final def isOptional: Boolean

Attributes

Inherited from:
Question
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product