Uses of Class
com.slack.api.model.manifest.AppManifestParams.Shortcut
-
Packages that use AppManifestParams.Shortcut Package Description com.slack.api.model.manifest -
-
Uses of AppManifestParams.Shortcut in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifestParams.Shortcut Modifier and Type Method Description AppManifestParams.ShortcutAppManifestParams.Shortcut.ShortcutBuilder. build()Methods in com.slack.api.model.manifest that return types with arguments of type AppManifestParams.Shortcut Modifier and Type Method Description List<AppManifestParams.Shortcut>AppManifestParams.Features. getShortcuts()Method parameters in com.slack.api.model.manifest with type arguments of type AppManifestParams.Shortcut Modifier and Type Method Description voidAppManifestParams.Features. setShortcuts(List<AppManifestParams.Shortcut> shortcuts)AppManifestParams.Features.FeaturesBuilderAppManifestParams.Features.FeaturesBuilder. shortcuts(List<AppManifestParams.Shortcut> shortcuts)Constructor parameters in com.slack.api.model.manifest with type arguments of type AppManifestParams.Shortcut Constructor Description Features(AppManifestParams.AppHome appHome, AppManifestParams.BotUser botUser, List<AppManifestParams.Shortcut> shortcuts, List<AppManifestParams.SlashCommand> slashCommands, List<String> unfurlDomains)
-