Package com.slack.api.model.manifest
Class AppManifestParams.Features.FeaturesBuilder
java.lang.Object
com.slack.api.model.manifest.AppManifestParams.Features.FeaturesBuilder
- Enclosing class:
- AppManifestParams.Features
-
Method Summary
Modifier and TypeMethodDescriptionappHome(AppManifestParams.AppHome appHome) botUser(AppManifestParams.BotUser botUser) build()shortcuts(List<AppManifestParams.Shortcut> shortcuts) slashCommands(List<AppManifestParams.SlashCommand> slashCommands) toString()unfurlDomains(List<String> unfurlDomains)
-
Method Details
-
appHome
- Returns:
this.
-
botUser
- Returns:
this.
-
shortcuts
public AppManifestParams.Features.FeaturesBuilder shortcuts(List<AppManifestParams.Shortcut> shortcuts) - Returns:
this.
-
slashCommands
public AppManifestParams.Features.FeaturesBuilder slashCommands(List<AppManifestParams.SlashCommand> slashCommands) - Returns:
this.
-
unfurlDomains
- Returns:
this.
-
build
-
toString
-