Uses of Class
com.slack.api.model.manifest.AppManifest.AppHome
Packages that use AppManifest.AppHome
-
Uses of AppManifest.AppHome in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.AppHomeModifier and TypeMethodDescriptionAppManifest.AppHome.AppHomeBuilder.build()AppManifest.Features.getAppHome()Methods in com.slack.api.model.manifest with parameters of type AppManifest.AppHomeModifier and TypeMethodDescriptionAppManifest.Features.FeaturesBuilder.appHome(AppManifest.AppHome appHome) voidAppManifest.Features.setAppHome(AppManifest.AppHome appHome) Constructors in com.slack.api.model.manifest with parameters of type AppManifest.AppHomeModifierConstructorDescriptionFeatures(AppManifest.AppHome appHome, AppManifest.BotUser botUser, List<AppManifest.Shortcut> shortcuts, List<AppManifest.SlashCommand> slashCommands, List<String> unfurlDomains)