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