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 class
AppManifest.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.FeaturesBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
AppManifest.AppHome
getAppHome()
AppManifest.BotUser
getBotUser()
List<AppManifest.Shortcut>
getShortcuts()
List<AppManifest.SlashCommand>
getSlashCommands()
List<String>
getUnfurlDomains()
int
hashCode()
void
setAppHome(AppManifest.AppHome appHome)
void
setBotUser(AppManifest.BotUser botUser)
void
setShortcuts(List<AppManifest.Shortcut> shortcuts)
void
setSlashCommands(List<AppManifest.SlashCommand> slashCommands)
void
setUnfurlDomains(List<String> unfurlDomains)
String
toString()
-
-
-
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)
-
-