Packages

object ComponentType extends IntEnum[ComponentType] with IntCirceEnumWithUnknown[ComponentType]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComponentType
  2. IntCirceEnumWithUnknown
  3. ValueEnumWithUnknown
  4. IntEnum
  5. ValueEnum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Unknown(id: Int) extends ComponentType with Product with Serializable

Value Members

  1. implicit val codec: Codec[ComponentType]
    Definition Classes
    IntCirceEnumWithUnknown
  2. def createUnknown(value: Int): ComponentType
    Definition Classes
    ComponentTypeValueEnumWithUnknown
  3. def values: IndexedSeq[ComponentType]
    Definition Classes
    ComponentType → ValueEnum
  4. final lazy val valuesToEntriesMap: Map[Int, ComponentType]
    Definition Classes
    ValueEnum
  5. def withValue(i: Int): ComponentType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  6. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], ComponentType]
    Definition Classes
    ValueEnum
  7. def withValueOpt(i: Int): Option[ComponentType]
    Definition Classes
    ValueEnum
  8. case object ActionRow extends ComponentType with Product with Serializable
  9. case object Button extends ComponentType with Product with Serializable
  10. case object SelectMenu extends ComponentType with Product with Serializable