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