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
public static class AppManifest.Features.FeaturesBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppManifest.Features.FeaturesBuilderappHome(AppManifest.AppHome appHome)AppManifest.Features.FeaturesBuilderbotUser(AppManifest.BotUser botUser)AppManifest.Featuresbuild()AppManifest.Features.FeaturesBuildershortcuts(List<AppManifest.Shortcut> shortcuts)AppManifest.Features.FeaturesBuilderslashCommands(List<AppManifest.SlashCommand> slashCommands)StringtoString()AppManifest.Features.FeaturesBuilderunfurlDomains(List<String> unfurlDomains)
-
-
-
Method Detail
-
appHome
public AppManifest.Features.FeaturesBuilder appHome(AppManifest.AppHome appHome)
- Returns:
this.
-
botUser
public AppManifest.Features.FeaturesBuilder botUser(AppManifest.BotUser botUser)
- Returns:
this.
-
shortcuts
public AppManifest.Features.FeaturesBuilder shortcuts(List<AppManifest.Shortcut> shortcuts)
- Returns:
this.
-
slashCommands
public AppManifest.Features.FeaturesBuilder slashCommands(List<AppManifest.SlashCommand> slashCommands)
- Returns:
this.
-
unfurlDomains
public AppManifest.Features.FeaturesBuilder unfurlDomains(List<String> unfurlDomains)
- Returns:
this.
-
build
public AppManifest.Features build()
-
-