Packages

object ApplicationCommandOptionType extends IntEnum[ApplicationCommandOptionType] with IntCirceEnumWithUnknown[ApplicationCommandOptionType]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApplicationCommandOptionType
  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. type Aux[A] = ApplicationCommandOptionType { type Res = A }

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val Boolean: Aux[Boolean]
  5. final val Channel: Aux[TextGuildChannelId]
  6. final val Integer: Aux[Int]
  7. final val Mentionable: Aux[UserOrRoleId]
  8. final val Number: Aux[Double]
  9. final val Role: Aux[RoleId]
  10. final val String: Aux[String]
  11. final val SubCommand: Aux[Seq[ApplicationCommandInteractionDataOption[_]]]
  12. final val SubCommandGroup: Aux[Seq[ApplicationCommandInteractionDataOption[_]]]
  13. def Unknown(i: Int): ApplicationCommandOptionType
  14. final val User: Aux[UserId]
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  17. implicit val codec: Codec[ApplicationCommandOptionType]
    Definition Classes
    IntCirceEnumWithUnknown
  18. def createUnknown(value: Int): ApplicationCommandOptionType
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. macro def findValues: IndexedSeq[ApplicationCommandOptionType]
    Attributes
    protected
    Definition Classes
    IntEnum
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def values: IndexedSeq[ApplicationCommandOptionType]
    Definition Classes
    ApplicationCommandOptionType → ValueEnum
  31. final lazy val valuesToEntriesMap: Map[Int, ApplicationCommandOptionType]
    Definition Classes
    ValueEnum
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def withValue(i: Int): ApplicationCommandOptionType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  36. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], ApplicationCommandOptionType]
    Definition Classes
    ValueEnum
  37. def withValueOpt(i: Int): Option[ApplicationCommandOptionType]
    Definition Classes
    ValueEnum

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from IntEnum[ApplicationCommandOptionType]

Inherited from ValueEnum[Int, ApplicationCommandOptionType]

Inherited from AnyRef

Inherited from Any

Ungrouped