Packages

object ChannelType extends IntEnum[ChannelType] with IntCirceEnumWithUnknown[ChannelType]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelType
  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. sealed trait ThreadChannelType extends ChannelType
  2. case class Unknown(i: Int) extends ChannelType with Product with Serializable

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. implicit val codec: Codec[ChannelType]
    Definition Classes
    IntCirceEnumWithUnknown
  7. def createUnknown(value: Int): ChannelType
    Definition Classes
    ChannelTypeValueEnumWithUnknown
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. macro def findValues: IndexedSeq[ChannelType]
    Attributes
    protected
    Definition Classes
    IntEnum
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def values: IndexedSeq[ChannelType]
    Definition Classes
    ChannelType → ValueEnum
  20. final lazy val valuesToEntriesMap: Map[Int, ChannelType]
    Definition Classes
    ValueEnum
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. def withValue(i: Int): ChannelType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  25. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], ChannelType]
    Definition Classes
    ValueEnum
  26. def withValueOpt(i: Int): Option[ChannelType]
    Definition Classes
    ValueEnum
  27. case object DM extends ChannelType with Product with Serializable
  28. case object GroupDm extends ChannelType with Product with Serializable
  29. case object GuildCategory extends ChannelType with Product with Serializable
  30. case object GuildNews extends ChannelType with Product with Serializable
  31. case object GuildNewsThread extends ChannelType with ThreadChannelType with Product with Serializable
  32. case object GuildPrivateThread extends ChannelType with ThreadChannelType with Product with Serializable
  33. case object GuildPublicThread extends ChannelType with ThreadChannelType with Product with Serializable
  34. case object GuildStageVoice extends ChannelType with Product with Serializable
  35. case object GuildStore extends ChannelType with Product with Serializable
  36. case object GuildText extends ChannelType with Product with Serializable
  37. case object GuildVoice extends ChannelType with Product with Serializable
  38. object ThreadChannelType

Deprecated Value Members

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

Inherited from IntEnum[ChannelType]

Inherited from ValueEnum[Int, ChannelType]

Inherited from AnyRef

Inherited from Any

Ungrouped