Uses of Class
com.slack.api.model.manifest.AppManifest.SlashCommand.SlashCommandBuilder
-
Packages that use AppManifest.SlashCommand.SlashCommandBuilder Package Description com.slack.api.model.manifest -
-
Uses of AppManifest.SlashCommand.SlashCommandBuilder in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.SlashCommand.SlashCommandBuilder Modifier and Type Method Description static AppManifest.SlashCommand.SlashCommandBuilderAppManifest.SlashCommand. builder()AppManifest.SlashCommand.SlashCommandBuilderAppManifest.SlashCommand.SlashCommandBuilder. command(String command)AppManifest.SlashCommand.SlashCommandBuilderAppManifest.SlashCommand.SlashCommandBuilder. description(String description)AppManifest.SlashCommand.SlashCommandBuilderAppManifest.SlashCommand.SlashCommandBuilder. shouldEscape(Boolean shouldEscape)AppManifest.SlashCommand.SlashCommandBuilderAppManifest.SlashCommand.SlashCommandBuilder. url(String url)AppManifest.SlashCommand.SlashCommandBuilderAppManifest.SlashCommand.SlashCommandBuilder. usageHint(String usageHint)
-