Uses of Class
com.slack.api.model.manifest.AppManifest.Features.FeaturesBuilder
-
Packages that use AppManifest.Features.FeaturesBuilder Package Description com.slack.api.model.manifest -
-
Uses of AppManifest.Features.FeaturesBuilder in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifest.Features.FeaturesBuilder Modifier and Type Method Description AppManifest.Features.FeaturesBuilderAppManifest.Features.FeaturesBuilder. appHome(AppManifest.AppHome appHome)AppManifest.Features.FeaturesBuilderAppManifest.Features.FeaturesBuilder. botUser(AppManifest.BotUser botUser)static AppManifest.Features.FeaturesBuilderAppManifest.Features. builder()AppManifest.Features.FeaturesBuilderAppManifest.Features.FeaturesBuilder. shortcuts(List<AppManifest.Shortcut> shortcuts)AppManifest.Features.FeaturesBuilderAppManifest.Features.FeaturesBuilder. slashCommands(List<AppManifest.SlashCommand> slashCommands)AppManifest.Features.FeaturesBuilderAppManifest.Features.FeaturesBuilder. unfurlDomains(List<String> unfurlDomains)
-