object PremiumType extends IntEnum[PremiumType] with IntCirceEnumWithUnknown[PremiumType]
- Source
- message.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PremiumType
- IntCirceEnumWithUnknown
- ValueEnumWithUnknown
- IntEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(i: Int) extends PremiumType with Product with Serializable
Value Members
- implicit val codec: Codec[PremiumType]
- Definition Classes
- IntCirceEnumWithUnknown
- def createUnknown(value: Int): PremiumType
- Definition Classes
- PremiumType → ValueEnumWithUnknown
- def values: IndexedSeq[PremiumType]
- Definition Classes
- PremiumType → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, PremiumType]
- Definition Classes
- ValueEnum
- def withValue(i: Int): PremiumType
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], PremiumType]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[PremiumType]
- Definition Classes
- ValueEnum
- case object Nitro extends PremiumType with Product with Serializable
- case object NitroClassic extends PremiumType with Product with Serializable
- case object None extends PremiumType with Product with Serializable