Packages

object AuditLogEvent extends IntEnum[AuditLogEvent] with IntCirceEnumWithUnknown[AuditLogEvent]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuditLogEvent
  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 AuditLogEvent with Product with Serializable

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. implicit val codec: Codec[AuditLogEvent]
    Definition Classes
    IntCirceEnumWithUnknown
  7. def createUnknown(value: Int): AuditLogEvent
    Definition Classes
    AuditLogEventValueEnumWithUnknown
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. macro def findValues: IndexedSeq[AuditLogEvent]
    Attributes
    protected
    Definition Classes
    IntEnum
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def values: IndexedSeq[AuditLogEvent]
    Definition Classes
    AuditLogEvent → ValueEnum
  20. final lazy val valuesToEntriesMap: Map[Int, AuditLogEvent]
    Definition Classes
    ValueEnum
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. def withValue(i: Int): AuditLogEvent
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  25. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], AuditLogEvent]
    Definition Classes
    ValueEnum
  26. def withValueOpt(i: Int): Option[AuditLogEvent]
    Definition Classes
    ValueEnum
  27. case object BotAdd extends AuditLogEvent with Product with Serializable
  28. case object ChannelCreate extends AuditLogEvent with Product with Serializable
  29. case object ChannelDelete extends AuditLogEvent with Product with Serializable
  30. case object ChannelOverwriteCreate extends AuditLogEvent with Product with Serializable
  31. case object ChannelOverwriteDelete extends AuditLogEvent with Product with Serializable
  32. case object ChannelOverwriteUpdate extends AuditLogEvent with Product with Serializable
  33. case object ChannelUpdate extends AuditLogEvent with Product with Serializable
  34. case object EmojiCreate extends AuditLogEvent with Product with Serializable
  35. case object EmojiDelete extends AuditLogEvent with Product with Serializable
  36. case object EmojiUpdate extends AuditLogEvent with Product with Serializable
  37. case object GuildScheduledEventCreate extends AuditLogEvent with Product with Serializable
  38. case object GuildScheduledEventDelete extends AuditLogEvent with Product with Serializable
  39. case object GuildScheduledEventUpdate extends AuditLogEvent with Product with Serializable
  40. case object GuildUpdate extends AuditLogEvent with Product with Serializable
  41. case object IntegrationCreate extends AuditLogEvent with Product with Serializable
  42. case object IntegrationDelete extends AuditLogEvent with Product with Serializable
  43. case object IntegrationUpdate extends AuditLogEvent with Product with Serializable
  44. case object InviteCreate extends AuditLogEvent with Product with Serializable
  45. case object InviteDelete extends AuditLogEvent with Product with Serializable
  46. case object InviteUpdate extends AuditLogEvent with Product with Serializable
  47. case object MemberBanAdd extends AuditLogEvent with Product with Serializable
  48. case object MemberBanRemove extends AuditLogEvent with Product with Serializable
  49. case object MemberDisconnect extends AuditLogEvent with Product with Serializable
  50. case object MemberKick extends AuditLogEvent with Product with Serializable
  51. case object MemberMove extends AuditLogEvent with Product with Serializable
  52. case object MemberPrune extends AuditLogEvent with Product with Serializable
  53. case object MemberRoleUpdate extends AuditLogEvent with Product with Serializable
  54. case object MemberUpdate extends AuditLogEvent with Product with Serializable
  55. case object MessageBulkDelete extends AuditLogEvent with Product with Serializable
  56. case object MessageDelete extends AuditLogEvent with Product with Serializable
  57. case object MessagePin extends AuditLogEvent with Product with Serializable
  58. case object MessageUnpin extends AuditLogEvent with Product with Serializable
  59. case object RoleCreate extends AuditLogEvent with Product with Serializable
  60. case object RoleDelete extends AuditLogEvent with Product with Serializable
  61. case object RoleUpdate extends AuditLogEvent with Product with Serializable
  62. case object StageInstanceCreate extends AuditLogEvent with Product with Serializable
  63. case object StageInstanceDelete extends AuditLogEvent with Product with Serializable
  64. case object StageInstanceUpdate extends AuditLogEvent with Product with Serializable
  65. case object StickerCreate extends AuditLogEvent with Product with Serializable
  66. case object StickerDelete extends AuditLogEvent with Product with Serializable
  67. case object StickerUpdate extends AuditLogEvent with Product with Serializable
  68. case object ThreadCreate extends AuditLogEvent with Product with Serializable
  69. case object ThreadDelete extends AuditLogEvent with Product with Serializable
  70. case object ThreadUpdate extends AuditLogEvent with Product with Serializable
  71. case object WebhookCreate extends AuditLogEvent with Product with Serializable
  72. case object WebhookDelete extends AuditLogEvent with Product with Serializable
  73. case object WebhookUpdate extends AuditLogEvent with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from IntEnum[AuditLogEvent]

Inherited from ValueEnum[Int, AuditLogEvent]

Inherited from AnyRef

Inherited from Any

Ungrouped