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