Packages

object AuditLogEvent extends IntEnum[AuditLogEvent] with IntCirceEnum[AuditLogEvent]

Linear Supertypes
IntCirceEnum[AuditLogEvent], CirceValueEnum[Int, AuditLogEvent], IntEnum[AuditLogEvent], ValueEnum[Int, AuditLogEvent], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuditLogEvent
  2. IntCirceEnum
  3. CirceValueEnum
  4. IntEnum
  5. ValueEnum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit val circeDecoder: Decoder[AuditLogEvent]
    Definition Classes
    IntCirceEnum → CirceValueEnum
  6. implicit val circeEncoder: Encoder[AuditLogEvent]
    Definition Classes
    IntCirceEnum → CirceValueEnum
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. macro def findValues: IndexedSeq[AuditLogEvent]
    Attributes
    protected
    Definition Classes
    IntEnum
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def values: IndexedSeq[AuditLogEvent]
    Definition Classes
    AuditLogEvent → ValueEnum
  21. final lazy val valuesToEntriesMap: Map[Int, AuditLogEvent]
    Definition Classes
    ValueEnum
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. def withValue(i: Int): AuditLogEvent
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  26. def withValueOpt(i: Int): Option[AuditLogEvent]
    Definition Classes
    ValueEnum
  27. object ChannelCreate extends AuditLogEvent with Product with Serializable
  28. object ChannelDelete extends AuditLogEvent with Product with Serializable
  29. object ChannelOverwriteCreate extends AuditLogEvent with Product with Serializable
  30. object ChannelOverwriteDelete extends AuditLogEvent with Product with Serializable
  31. object ChannelOverwriteUpdate extends AuditLogEvent with Product with Serializable
  32. object ChannelUpdate extends AuditLogEvent with Product with Serializable
  33. object EmojiCreate extends AuditLogEvent with Product with Serializable
  34. object EmojiDelete extends AuditLogEvent with Product with Serializable
  35. object EmojiUpdate extends AuditLogEvent with Product with Serializable
  36. object GuildUpdate extends AuditLogEvent with Product with Serializable
  37. object InviteCreate extends AuditLogEvent with Product with Serializable
  38. object InviteDelete extends AuditLogEvent with Product with Serializable
  39. object InviteUpdate extends AuditLogEvent with Product with Serializable
  40. object MemberBanAdd extends AuditLogEvent with Product with Serializable
  41. object MemberBanRemove extends AuditLogEvent with Product with Serializable
  42. object MemberKick extends AuditLogEvent with Product with Serializable
  43. object MemberPrune extends AuditLogEvent with Product with Serializable
  44. object MemberRoleUpdate extends AuditLogEvent with Product with Serializable
  45. object MemberUpdate extends AuditLogEvent with Product with Serializable
  46. object MessageDelete extends AuditLogEvent with Product with Serializable
  47. object RoleCreate extends AuditLogEvent with Product with Serializable
  48. object RoleDelete extends AuditLogEvent with Product with Serializable
  49. object RoleUpdate extends AuditLogEvent with Product with Serializable
  50. object WebhookCreate extends AuditLogEvent with Product with Serializable
  51. object WebhookDelete extends AuditLogEvent with Product with Serializable
  52. object WebhookUpdate extends AuditLogEvent with Product with Serializable

Inherited from IntCirceEnum[AuditLogEvent]

Inherited from CirceValueEnum[Int, AuditLogEvent]

Inherited from IntEnum[AuditLogEvent]

Inherited from ValueEnum[Int, AuditLogEvent]

Inherited from AnyRef

Inherited from Any

Ungrouped