Interface AuditLog


  • public interface AuditLog
    The class represents an audit log.
    • Method Detail

      • getApi

        DiscordApi getApi()
        Gets the discord api instance.
        Returns:
        The discord api instance.
      • getServer

        Server getServer()
        Gets the server of the audit log.
        Returns:
        The server of the audit log.
      • getInvolvedWebhooks

        java.util.Collection<Webhook> getInvolvedWebhooks()
        Gets a collection with all webhooks, which can be found in this audit log.
        Returns:
        A collection with all webhooks, which can be found in this audit log.
      • getInvolvedUsers

        java.util.Collection<User> getInvolvedUsers()
        Gets a collection with all users, which can be found in this audit log.
        Returns:
        A collection with all users, which can be found in this audit log.
      • getEntries

        java.util.List<AuditLogEntry> getEntries()
        Gets a list with all entries.
        Returns:
        A list with all entries.