Package com.slack.api.model.manifest
Class AppManifest.Features
java.lang.Object
com.slack.api.model.manifest.AppManifest.Features
- Enclosing class:
- AppManifest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFeatures()Features(AppManifest.AppHome appHome, AppManifest.BotUser botUser, List<AppManifest.Shortcut> shortcuts, List<AppManifest.SlashCommand> slashCommands, List<String> unfurlDomains) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()voidsetAppHome(AppManifest.AppHome appHome) voidsetBotUser(AppManifest.BotUser botUser) voidsetShortcuts(List<AppManifest.Shortcut> shortcuts) voidsetSlashCommands(List<AppManifest.SlashCommand> slashCommands) voidsetUnfurlDomains(List<String> unfurlDomains) toString()
-
Constructor Details
-
Features
public Features() -
Features
public Features(AppManifest.AppHome appHome, AppManifest.BotUser botUser, List<AppManifest.Shortcut> shortcuts, List<AppManifest.SlashCommand> slashCommands, List<String> unfurlDomains)
-
-
Method Details
-
builder
-
getAppHome
-
getBotUser
-
getShortcuts
-
getSlashCommands
-
getUnfurlDomains
-
setAppHome
-
setBotUser
-
setShortcuts
-
setSlashCommands
-
setUnfurlDomains
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-