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