Package com.slack.api.model.manifest
Class AppManifest.Features
- java.lang.Object
-
- com.slack.api.model.manifest.AppManifest.Features
-
- Enclosing class:
- AppManifest
public static class AppManifest.Features extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppManifest.Features.FeaturesBuilder
-
Constructor Summary
Constructors Constructor Description Features()Features(AppManifest.AppHome appHome, AppManifest.BotUser botUser, List<AppManifest.Shortcut> shortcuts, List<AppManifest.SlashCommand> slashCommands, List<String> unfurlDomains)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppManifest.Features.FeaturesBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)AppManifest.AppHomegetAppHome()AppManifest.BotUsergetBotUser()List<AppManifest.Shortcut>getShortcuts()List<AppManifest.SlashCommand>getSlashCommands()List<String>getUnfurlDomains()inthashCode()voidsetAppHome(AppManifest.AppHome appHome)voidsetBotUser(AppManifest.BotUser botUser)voidsetShortcuts(List<AppManifest.Shortcut> shortcuts)voidsetSlashCommands(List<AppManifest.SlashCommand> slashCommands)voidsetUnfurlDomains(List<String> unfurlDomains)StringtoString()
-
-
-
Constructor Detail
-
Features
public Features()
-
Features
public Features(AppManifest.AppHome appHome, AppManifest.BotUser botUser, List<AppManifest.Shortcut> shortcuts, List<AppManifest.SlashCommand> slashCommands, List<String> unfurlDomains)
-
-
Method Detail
-
builder
public static AppManifest.Features.FeaturesBuilder builder()
-
getAppHome
public AppManifest.AppHome getAppHome()
-
getBotUser
public AppManifest.BotUser getBotUser()
-
getShortcuts
public List<AppManifest.Shortcut> getShortcuts()
-
getSlashCommands
public List<AppManifest.SlashCommand> getSlashCommands()
-
setAppHome
public void setAppHome(AppManifest.AppHome appHome)
-
setBotUser
public void setBotUser(AppManifest.BotUser botUser)
-
setShortcuts
public void setShortcuts(List<AppManifest.Shortcut> shortcuts)
-
setSlashCommands
public void setSlashCommands(List<AppManifest.SlashCommand> slashCommands)
-
canEqual
protected boolean canEqual(Object other)
-
-