GrantLength

uk.gov.hmrc.apiplatform.modules.applications.core.domain.models.GrantLength
See theGrantLength companion trait
object GrantLength

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object EIGHTEEN_MONTHS extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
case object FIVE_YEARS extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
FIVE_YEARS.type
case object FOUR_HOURS extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
FOUR_HOURS.type
case object ONE_DAY extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
ONE_DAY.type
case object ONE_HUNDRED_YEARS extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
case object ONE_MONTH extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
ONE_MONTH.type
case object ONE_YEAR extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
ONE_YEAR.type
case object SIX_MONTHS extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
SIX_MONTHS.type
case object TEN_YEARS extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
TEN_YEARS.type
case object THREE_MONTHS extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type
case object THREE_YEARS extends GrantLength

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GrantLength
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(grantLengthInDays: Int): Option[GrantLength]
def apply(period: Period): Option[GrantLength]
def show(grantLength: GrantLength): String

Concrete fields

val values: SortedSet[GrantLength]

Givens

Givens

given given_Ordering_Period: Ordering[Period]