Packages

object GuildFeature extends StringEnum[GuildFeature] with StringCirceEnumWithUnknown[GuildFeature]

Source
guild.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuildFeature
  2. StringCirceEnumWithUnknown
  3. ValueEnumWithUnknown
  4. StringEnum
  5. ValueEnum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Unknown(str: String) extends GuildFeature 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[GuildFeature]
    Definition Classes
    StringCirceEnumWithUnknown
  7. def createUnknown(value: String): GuildFeature
    Definition Classes
    GuildFeatureValueEnumWithUnknown
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final macro def findValues: IndexedSeq[GuildFeature]
    Attributes
    protected
    Definition Classes
    StringEnum
  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[GuildFeature]
    Definition Classes
    GuildFeature → ValueEnum
  20. final lazy val valuesToEntriesMap: Map[String, GuildFeature]
    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: String): GuildFeature
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  25. def withValueEither(i: String): Either[NoSuchMember[String, ValueEnumEntry[String]], GuildFeature]
    Definition Classes
    ValueEnum
  26. def withValueOpt(i: String): Option[GuildFeature]
    Definition Classes
    ValueEnum
  27. case object AnimatedIcon extends GuildFeature with Product with Serializable
  28. case object Banner extends GuildFeature with Product with Serializable
  29. case object Commerce extends GuildFeature with Product with Serializable
  30. case object Community extends GuildFeature with Product with Serializable
  31. case object Discoverable extends GuildFeature with Product with Serializable
  32. case object Featureable extends GuildFeature with Product with Serializable
  33. case object InviteSplash extends GuildFeature with Product with Serializable
  34. case object MemberVerificationGateEnabled extends GuildFeature with Product with Serializable
  35. case object MonetizationEnabled extends GuildFeature with Product with Serializable
  36. case object MoreStickers extends GuildFeature with Product with Serializable
  37. case object News extends GuildFeature with Product with Serializable
  38. case object Partnered extends GuildFeature with Product with Serializable
  39. case object PreviewEnabled extends GuildFeature with Product with Serializable
  40. case object PrivateThreads extends GuildFeature with Product with Serializable
  41. case object RoleIcons extends GuildFeature with Product with Serializable
  42. case object SevenDayThreadArchive extends GuildFeature with Product with Serializable
  43. case object ThreeDayThreadArchive extends GuildFeature with Product with Serializable
  44. case object TicketedEventsEnabled extends GuildFeature with Product with Serializable
  45. case object VanityUrl extends GuildFeature with Product with Serializable
  46. case object Verified extends GuildFeature with Product with Serializable
  47. case object VipRegions extends GuildFeature with Product with Serializable
  48. case object WelcomeScreenEnabled extends GuildFeature with Product with Serializable

Deprecated Value Members

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

Inherited from ValueEnumWithUnknown[String, GuildFeature]

Inherited from StringEnum[GuildFeature]

Inherited from ValueEnum[String, GuildFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped