Uses of Class
org.javacord.api.interaction.SlashCommandPermissionsBuilder
-
Packages that use SlashCommandPermissionsBuilder Package Description org.javacord.api.interaction -
-
Uses of SlashCommandPermissionsBuilder in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return SlashCommandPermissionsBuilder Modifier and Type Method Description SlashCommandPermissionsBuilderSlashCommandPermissionsBuilder. setId(long id)Sets the ID of the slash command permissions.SlashCommandPermissionsBuilderSlashCommandPermissionsBuilder. setPermission(boolean permission)Sets the permissions of the slash command option whether the command should be enabled or disabled.SlashCommandPermissionsBuilderSlashCommandPermissionsBuilder. setType(SlashCommandPermissionType type)Sets the type of the slash command permissions.
-