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