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