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