Uses of Class
org.javacord.api.entity.auditlog.AuditLogActionType
-
Packages that use AuditLogActionType Package Description org.javacord.api.entity.auditlog org.javacord.api.entity.server -
-
Uses of AuditLogActionType in org.javacord.api.entity.auditlog
Methods in org.javacord.api.entity.auditlog that return AuditLogActionType Modifier and Type Method Description static AuditLogActionTypeAuditLogActionType. fromValue(int value)Gets anAuditLogActionTypeby its value.AuditLogActionTypeAuditLogEntry. getType()Gets the type of the entry.static AuditLogActionTypeAuditLogActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditLogActionType[]AuditLogActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.auditlog with parameters of type AuditLogActionType Modifier and Type Method Description default CompletableFuture<AuditLog>AuditLogEntry. getAuditLogBefore(int limit, AuditLogActionType type)Gets the audit log before this entry. -
Uses of AuditLogActionType in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server with parameters of type AuditLogActionType Modifier and Type Method Description CompletableFuture<AuditLog>Server. getAuditLog(int limit, AuditLogActionType type)Gets the audit log of this server.CompletableFuture<AuditLog>Server. getAuditLogBefore(int limit, AuditLogEntry before, AuditLogActionType type)Gets the audit log of this server.
-