Interface ServerApplicationCommandPermissions


  • public interface ServerApplicationCommandPermissions
    • Method Detail

      • getId

        long getId()
        Gets the ID of this server application command permissions.
        Returns:
        The id.
      • getApplicationId

        long getApplicationId()
        Gets the application ID from this server application command permissions.
        Returns:
        The application id.
      • getServerId

        long getServerId()
        Gets the server ID of this server application command permissions.
        Returns:
        The server ID.
      • getServer

        Server getServer()
        Gets the server of this server application command permissions.
        Returns:
        The server.
      • getPermissions

        java.util.List<ApplicationCommandPermissions> getPermissions()
        Gets the permissions of this server application command permissions.
        Returns:
        A list containing the application command permissions.