RetentionDays

sealed abstract
class RetentionDays(val underlying: RetentionDays) extends Product with Serializable
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object FiveDays
object FiveMonths
object FiveYears
object FourMonths
object Infinite
object OneDay
object OneMonth
object OneWeek
object OneYear
object SixMonths
object TenYears
object ThreeDays
object TwoMonths
object TwoWeeks
object TwoYears

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product

Concrete fields

val underlying: RetentionDays