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 EightYears.type
object EighteenMonths.type
object FiveDays.type
object FiveMonths.type
object FiveYears.type
object FourMonths.type
object Infinite.type
object NineYears.type
object OneDay.type
object OneMonth.type
object OneWeek.type
object OneYear.type
object SevenYears.type
object SixMonths.type
object SixYears.type
object TenYears.type
object ThirteenMonths.type
object ThreeDays.type
object ThreeMonths.type
object TwoMonths.type
object TwoWeeks.type
object TwoYears.type

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