Packages

object EmbedType extends StringEnum[EmbedType] with StringCirceEnumWithUnknown[EmbedType]

Source
message.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmbedType
  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 EmbedType with Product with Serializable

Value Members

  1. implicit val codec: Codec[EmbedType]
    Definition Classes
    StringCirceEnumWithUnknown
  2. def createUnknown(value: String): EmbedType
    Definition Classes
    EmbedTypeValueEnumWithUnknown
  3. def values: IndexedSeq[EmbedType]
    Definition Classes
    EmbedType → ValueEnum
  4. final lazy val valuesToEntriesMap: Map[String, EmbedType]
    Definition Classes
    ValueEnum
  5. def withValue(i: String): EmbedType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  6. def withValueEither(i: String): Either[NoSuchMember[String, ValueEnumEntry[String]], EmbedType]
    Definition Classes
    ValueEnum
  7. def withValueOpt(i: String): Option[EmbedType]
    Definition Classes
    ValueEnum
  8. case object Article extends EmbedType with Product with Serializable
  9. case object GifV extends EmbedType with Product with Serializable
  10. case object Image extends EmbedType with Product with Serializable
  11. case object Link extends EmbedType with Product with Serializable
  12. case object Rich extends EmbedType with Product with Serializable
  13. case object Video extends EmbedType with Product with Serializable