Uses of Interface
org.javacord.api.entity.auditlog.AuditLogEntry
-
Packages that use AuditLogEntry Package Description org.javacord.api.entity.auditlog org.javacord.api.entity.server -
-
Uses of AuditLogEntry in org.javacord.api.entity.auditlog
Methods in org.javacord.api.entity.auditlog that return AuditLogEntry Modifier and Type Method Description AuditLogEntryAuditLogEntryTarget. getAuditLogEntry()Gets the audit log entry this target belongs to.Methods in org.javacord.api.entity.auditlog that return types with arguments of type AuditLogEntry Modifier and Type Method Description java.util.List<AuditLogEntry>AuditLog. getEntries()Gets all entries. -
Uses of AuditLogEntry in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server with parameters of type AuditLogEntry Modifier and Type Method Description java.util.concurrent.CompletableFuture<AuditLog>Server. getAuditLogBefore(int limit, AuditLogEntry before)Gets the audit log of this server.java.util.concurrent.CompletableFuture<AuditLog>Server. getAuditLogBefore(int limit, AuditLogEntry before, AuditLogActionType type)Gets the audit log of this server.
-