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