Packages

object WebhookType extends IntEnum[WebhookType] with IntCirceEnumWithUnknown[WebhookType]

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

Value Members

  1. implicit val codec: Codec[WebhookType]
    Definition Classes
    IntCirceEnumWithUnknown
  2. def createUnknown(value: Int): WebhookType
    Definition Classes
    WebhookTypeValueEnumWithUnknown
  3. def values: IndexedSeq[WebhookType]
    Definition Classes
    WebhookType → ValueEnum
  4. final lazy val valuesToEntriesMap: Map[Int, WebhookType]
    Definition Classes
    ValueEnum
  5. def withValue(i: Int): WebhookType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  6. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], WebhookType]
    Definition Classes
    ValueEnum
  7. def withValueOpt(i: Int): Option[WebhookType]
    Definition Classes
    ValueEnum
  8. case object Application extends WebhookType with Product with Serializable
  9. case object ChannelFollower extends WebhookType with Product with Serializable
  10. case object Incomming extends WebhookType with Product with Serializable