object AuditLogEvent extends IntEnum[AuditLogEvent] with IntCirceEnumWithUnknown[AuditLogEvent]
- Source
- auditlog.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuditLogEvent
- IntCirceEnumWithUnknown
- ValueEnumWithUnknown
- IntEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(i: Int) extends AuditLogEvent with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- implicit val codec: Codec[AuditLogEvent]
- Definition Classes
- IntCirceEnumWithUnknown
- def createUnknown(value: Int): AuditLogEvent
- Definition Classes
- AuditLogEvent → ValueEnumWithUnknown
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- macro def findValues: IndexedSeq[AuditLogEvent]
- Attributes
- protected
- Definition Classes
- IntEnum
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def values: IndexedSeq[AuditLogEvent]
- Definition Classes
- AuditLogEvent → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, AuditLogEvent]
- Definition Classes
- ValueEnum
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withValue(i: Int): AuditLogEvent
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], AuditLogEvent]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[AuditLogEvent]
- Definition Classes
- ValueEnum
- case object BotAdd extends AuditLogEvent with Product with Serializable
- case object ChannelCreate extends AuditLogEvent with Product with Serializable
- case object ChannelDelete extends AuditLogEvent with Product with Serializable
- case object ChannelOverwriteCreate extends AuditLogEvent with Product with Serializable
- case object ChannelOverwriteDelete extends AuditLogEvent with Product with Serializable
- case object ChannelOverwriteUpdate extends AuditLogEvent with Product with Serializable
- case object ChannelUpdate extends AuditLogEvent with Product with Serializable
- case object EmojiCreate extends AuditLogEvent with Product with Serializable
- case object EmojiDelete extends AuditLogEvent with Product with Serializable
- case object EmojiUpdate extends AuditLogEvent with Product with Serializable
- case object GuildScheduledEventCreate extends AuditLogEvent with Product with Serializable
- case object GuildScheduledEventDelete extends AuditLogEvent with Product with Serializable
- case object GuildScheduledEventUpdate extends AuditLogEvent with Product with Serializable
- case object GuildUpdate extends AuditLogEvent with Product with Serializable
- case object IntegrationCreate extends AuditLogEvent with Product with Serializable
- case object IntegrationDelete extends AuditLogEvent with Product with Serializable
- case object IntegrationUpdate extends AuditLogEvent with Product with Serializable
- case object InviteCreate extends AuditLogEvent with Product with Serializable
- case object InviteDelete extends AuditLogEvent with Product with Serializable
- case object InviteUpdate extends AuditLogEvent with Product with Serializable
- case object MemberBanAdd extends AuditLogEvent with Product with Serializable
- case object MemberBanRemove extends AuditLogEvent with Product with Serializable
- case object MemberDisconnect extends AuditLogEvent with Product with Serializable
- case object MemberKick extends AuditLogEvent with Product with Serializable
- case object MemberMove extends AuditLogEvent with Product with Serializable
- case object MemberPrune extends AuditLogEvent with Product with Serializable
- case object MemberRoleUpdate extends AuditLogEvent with Product with Serializable
- case object MemberUpdate extends AuditLogEvent with Product with Serializable
- case object MessageBulkDelete extends AuditLogEvent with Product with Serializable
- case object MessageDelete extends AuditLogEvent with Product with Serializable
- case object MessagePin extends AuditLogEvent with Product with Serializable
- case object MessageUnpin extends AuditLogEvent with Product with Serializable
- case object RoleCreate extends AuditLogEvent with Product with Serializable
- case object RoleDelete extends AuditLogEvent with Product with Serializable
- case object RoleUpdate extends AuditLogEvent with Product with Serializable
- case object StageInstanceCreate extends AuditLogEvent with Product with Serializable
- case object StageInstanceDelete extends AuditLogEvent with Product with Serializable
- case object StageInstanceUpdate extends AuditLogEvent with Product with Serializable
- case object StickerCreate extends AuditLogEvent with Product with Serializable
- case object StickerDelete extends AuditLogEvent with Product with Serializable
- case object StickerUpdate extends AuditLogEvent with Product with Serializable
- case object ThreadCreate extends AuditLogEvent with Product with Serializable
- case object ThreadDelete extends AuditLogEvent with Product with Serializable
- case object ThreadUpdate extends AuditLogEvent with Product with Serializable
- case object WebhookCreate extends AuditLogEvent with Product with Serializable
- case object WebhookDelete extends AuditLogEvent with Product with Serializable
- case object WebhookUpdate extends AuditLogEvent with Product with Serializable