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