AcknowledgementOnly

uk.gov.hmrc.apiplatform.modules.submissions.domain.models.Question.AcknowledgementOnly
case class AcknowledgementOnly(id: Id, wording: Wording, statement: Option[Statement]) extends Question

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

Concrete fields

val absence: Option[(String, Mark)]
val afterStatement: Option[Statement]