Uses of Interface
org.javacord.api.entity.auditlog.AuditLog
-
Packages that use AuditLog Package Description org.javacord.api.entity.auditlog org.javacord.api.entity.server -
-
Uses of AuditLog in org.javacord.api.entity.auditlog
Methods in org.javacord.api.entity.auditlog that return AuditLog Modifier and Type Method Description AuditLogAuditLogEntry. getAuditLog()Gets the audit log this entry belongs to.Methods in org.javacord.api.entity.auditlog that return types with arguments of type AuditLog Modifier and Type Method Description default java.util.concurrent.CompletableFuture<AuditLog>AuditLogEntry. getAuditLogBefore(int limit)Gets the audit log before this entry.default java.util.concurrent.CompletableFuture<AuditLog>AuditLogEntry. getAuditLogBefore(int limit, AuditLogActionType type)Gets the audit log before this entry. -
Uses of AuditLog in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type AuditLog Modifier and Type Method Description java.util.concurrent.CompletableFuture<AuditLog>Server. getAuditLog(int limit)Gets the audit log of this server.java.util.concurrent.CompletableFuture<AuditLog>Server. getAuditLog(int limit, AuditLogActionType type)Gets the audit log of this server.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.
-