object WebhookType extends IntEnum[WebhookType] with IntCirceEnumWithUnknown[WebhookType]
- Source
- Webhook.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebhookType
- IntCirceEnumWithUnknown
- ValueEnumWithUnknown
- IntEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(i: Int) extends WebhookType with Product with Serializable
Value Members
- implicit val codec: Codec[WebhookType]
- Definition Classes
- IntCirceEnumWithUnknown
- def createUnknown(value: Int): WebhookType
- Definition Classes
- WebhookType → ValueEnumWithUnknown
- def values: IndexedSeq[WebhookType]
- Definition Classes
- WebhookType → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, WebhookType]
- Definition Classes
- ValueEnum
- def withValue(i: Int): WebhookType
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], WebhookType]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[WebhookType]
- Definition Classes
- ValueEnum
- case object Application extends WebhookType with Product with Serializable
- case object ChannelFollower extends WebhookType with Product with Serializable
- case object Incomming extends WebhookType with Product with Serializable