GrantLength

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

This class is retained for as long as there are GrantLengthAsInt floating around

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FIVE_YEARS
object FOUR_HOURS
object ONE_DAY
object ONE_MONTH
object ONE_YEAR
object SIX_MONTHS
object TEN_YEARS
object THREE_MONTHS
object THREE_YEARS
Show all

Members list

Value members

Concrete methods

def show(): String
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Abstract fields

val period: Period