Uses of Class
com.slack.api.model.manifest.AppManifest.Shortcut
Packages that use AppManifest.Shortcut
-
Uses of AppManifest.Shortcut in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.ShortcutMethods in com.slack.api.model.manifest that return types with arguments of type AppManifest.ShortcutMethod parameters in com.slack.api.model.manifest with type arguments of type AppManifest.ShortcutModifier and TypeMethodDescriptionvoidAppManifest.Features.setShortcuts(List<AppManifest.Shortcut> shortcuts) AppManifest.Features.FeaturesBuilder.shortcuts(List<AppManifest.Shortcut> shortcuts) Constructor parameters in com.slack.api.model.manifest with type arguments of type AppManifest.ShortcutModifierConstructorDescriptionFeatures(AppManifest.AppHome appHome, AppManifest.BotUser botUser, List<AppManifest.Shortcut> shortcuts, List<AppManifest.SlashCommand> slashCommands, List<String> unfurlDomains)