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