Enum AuditLogKey

java.lang.Object
java.lang.Enum<AuditLogKey>
net.dv8tion.jda.api.audit.AuditLogKey
All Implemented Interfaces:
Serializable, Comparable<AuditLogKey>

public enum AuditLogKey extends Enum<AuditLogKey>
Enum of possible/expected keys that can be provided to AuditLogEntry.getChangeByKey(AuditLogEntry.AuditLogKey.

Each constant in this enum has elaborate documentation on expected values for the returned AuditLogChange.
There is no guarantee that the resulting type is accurate or that the value selected is not null!

See Also: