object AllowedMentionTypes extends StringEnum[AllowedMentionTypes] with StringCirceEnumWithUnknown[AllowedMentionTypes]
- Source
- message.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AllowedMentionTypes
- StringCirceEnumWithUnknown
- ValueEnumWithUnknown
- StringEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(str: String) extends AllowedMentionTypes with Product with Serializable
Value Members
- implicit val codec: Codec[AllowedMentionTypes]
- Definition Classes
- StringCirceEnumWithUnknown
- def createUnknown(value: String): AllowedMentionTypes
- Definition Classes
- AllowedMentionTypes → ValueEnumWithUnknown
- def values: IndexedSeq[AllowedMentionTypes]
- Definition Classes
- AllowedMentionTypes → ValueEnum
- final lazy val valuesToEntriesMap: Map[String, AllowedMentionTypes]
- Definition Classes
- ValueEnum
- def withValue(i: String): AllowedMentionTypes
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: String): Either[NoSuchMember[String, ValueEnumEntry[String]], AllowedMentionTypes]
- Definition Classes
- ValueEnum
- def withValueOpt(i: String): Option[AllowedMentionTypes]
- Definition Classes
- ValueEnum
- case object Everyone extends AllowedMentionTypes with Product with Serializable
- case object Roles extends AllowedMentionTypes with Product with Serializable
- case object Users extends AllowedMentionTypes with Product with Serializable