Uses of Interface
org.javacord.api.interaction.ServerSlashCommandPermissions
-
Packages that use ServerSlashCommandPermissions Package Description org.javacord.api org.javacord.api.interaction org.javacord.api.interaction.internal -
-
Uses of ServerSlashCommandPermissions in org.javacord.api
Methods in org.javacord.api that return types with arguments of type ServerSlashCommandPermissions Modifier and Type Method Description CompletableFuture<List<ServerSlashCommandPermissions>>DiscordApi. batchUpdateSlashCommandPermissions(Server server, List<ServerSlashCommandPermissionsBuilder> slashCommandPermissionsBuilders)Updates multiple server slash command permissions at once.CompletableFuture<List<ServerSlashCommandPermissions>>DiscordApi. getServerSlashCommandPermissions(Server server)Gets a list of all server slash command permissions from the given server.CompletableFuture<ServerSlashCommandPermissions>DiscordApi. getServerSlashCommandPermissionsById(Server server, long commandId)Gets a server slash command permissions by it ID from the given server. -
Uses of ServerSlashCommandPermissions in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return types with arguments of type ServerSlashCommandPermissions Modifier and Type Method Description CompletableFuture<ServerSlashCommandPermissions>SlashCommandPermissionsUpdater. update(long commandId)Updates the command with the set permissions. -
Uses of ServerSlashCommandPermissions in org.javacord.api.interaction.internal
Methods in org.javacord.api.interaction.internal that return types with arguments of type ServerSlashCommandPermissions Modifier and Type Method Description CompletableFuture<ServerSlashCommandPermissions>SlashCommandPermissionsUpdaterDelegate. update(long commandId)Updates the command with the set permissions.
-