Uses of Class
com.slack.api.model.manifest.AppManifest.SlashCommand
-
Packages that use AppManifest.SlashCommand Package Description com.slack.api.model.manifest -
-
Uses of AppManifest.SlashCommand in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.SlashCommand Modifier and Type Method Description AppManifest.SlashCommandAppManifest.SlashCommand.SlashCommandBuilder. build()Methods in com.slack.api.model.manifest that return types with arguments of type AppManifest.SlashCommand Modifier and Type Method Description List<AppManifest.SlashCommand>AppManifest.Features. getSlashCommands()Method parameters in com.slack.api.model.manifest with type arguments of type AppManifest.SlashCommand Modifier and Type Method Description voidAppManifest.Features. setSlashCommands(List<AppManifest.SlashCommand> slashCommands)AppManifest.Features.FeaturesBuilderAppManifest.Features.FeaturesBuilder. slashCommands(List<AppManifest.SlashCommand> slashCommands)
-