Package | Description |
---|---|
com.slack.api.bolt.middleware.builtin | |
com.slack.api.bolt.model |
The model classes used for installation management.
|
com.slack.api.bolt.model.builtin | |
com.slack.api.bolt.service |
Services internally used in Bolt apps.
|
com.slack.api.bolt.service.builtin |
Modifier and Type | Method and Description |
---|---|
protected Response |
MultiTeamsAuthorization.handleAuthTestError(String errorCode,
Bot foundBot,
Installer foundInstaller,
AuthTestResponse authTestResponse) |
Modifier and Type | Method and Description |
---|---|
Bot |
Installer.toBot() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBot
The default data class for the Bot interface.
|
Modifier and Type | Method and Description |
---|---|
Bot |
DefaultInstaller.toBot() |
Modifier and Type | Method and Description |
---|---|
Bot |
InstallationService.findBot(String enterpriseId,
String teamId)
Returns a bot permission data if exists.
|
Modifier and Type | Method and Description |
---|---|
void |
InstallationService.deleteBot(Bot bot)
Deletes a bot permission data only.
|
Modifier and Type | Method and Description |
---|---|
Bot |
FileInstallationService.findBot(String enterpriseId,
String teamId) |
Bot |
AmazonS3InstallationService.findBot(String enterpriseId,
String teamId) |
Modifier and Type | Method and Description |
---|---|
void |
FileInstallationService.deleteBot(Bot bot) |
void |
AmazonS3InstallationService.deleteBot(Bot bot) |
Copyright © 2020. All rights reserved.