QuestionBuilder

uk.gov.hmrc.apiplatform.modules.organisations.submissions.utils.QuestionBuilder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

object given_MakeOptional_ChooseOneOfQuestion extends MakeOptional[ChooseOneOfQuestion]

Attributes

Supertypes
trait MakeOptional[ChooseOneOfQuestion]
class Object
trait Matchable
class Any
Self type
object given_MakeOptional_MultiChoiceQuestion extends MakeOptional[MultiChoiceQuestion]

Attributes

Supertypes
trait MakeOptional[MultiChoiceQuestion]
class Object
trait Matchable
class Any
Self type
object given_MakeOptional_TextQuestion extends MakeOptional[TextQuestion]

Attributes

Supertypes
trait MakeOptional[TextQuestion]
class Object
trait Matchable
class Any
Self type
object given_MakeOptional_YesNoQuestion extends MakeOptional[YesNoQuestion]

Attributes

Supertypes
trait MakeOptional[YesNoQuestion]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def acknowledgementOnly(counter: Int): AcknowledgementOnly
def addressQuestion(counter: Int): AddressQuestion
def chooseOneOfQuestion(counter: Int, choices: String*): ChooseOneOfQuestion
def dateQuestion(counter: Int): DateQuestion
def multichoiceQuestion(counter: Int, choices: String*): MultiChoiceQuestion
def textQuestion(counter: Int): TextQuestion
def yesNoQuestion(counter: Int): YesNoQuestion