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