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