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