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