Package com.slack.api.bolt.model.builtin
Class DefaultInstaller
java.lang.Object
com.slack.api.bolt.model.builtin.DefaultInstaller
- All Implemented Interfaces:
Installer
The default data class for the Installer interface.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDefaultInstaller(String appId, String enterpriseId, String enterpriseName, String teamId, String teamName, Boolean isEnterpriseInstall, String enterpriseUrl, String tokenType, String installerUserId, String installerUserScope, String installerUserAccessToken, String installerUserRefreshToken, Long installerUserTokenExpiresAt, String scope, String botScope, String botId, String botUserId, String botAccessToken, String botRefreshToken, Long botTokenExpiresAt, String incomingWebhookUrl, String incomingWebhookChannelId, String incomingWebhookConfigurationUrl, Long installedAt) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetAppId()getBotId()getScope()Deprecated.inthashCode()voidvoidsetBotAccessToken(String botAccessToken) voidvoidsetBotRefreshToken(String botRefreshToken) voidsetBotScope(String botScope) voidsetBotTokenExpiresAt(Long botTokenExpiresAt) voidsetBotUserId(String botUserId) voidsetEnterpriseId(String enterpriseId) voidsetEnterpriseName(String enterpriseName) voidsetEnterpriseUrl(String enterpriseUrl) voidsetIncomingWebhookChannelId(String incomingWebhookChannelId) voidsetIncomingWebhookConfigurationUrl(String incomingWebhookConfigurationUrl) voidsetIncomingWebhookUrl(String incomingWebhookUrl) voidsetInstalledAt(Long installedAt) voidsetInstallerUserAccessToken(String installerUserAccessToken) voidsetInstallerUserId(String installerUserId) voidsetInstallerUserRefreshToken(String installerUserRefreshToken) voidsetInstallerUserScope(String installerUserScope) voidsetInstallerUserTokenExpiresAt(Long installerUserTokenExpiresAt) voidsetIsEnterpriseInstall(Boolean isEnterpriseInstall) voidDeprecated.voidvoidsetTeamName(String teamName) voidsetTokenType(String tokenType) toBot()toString()
-
Constructor Details
-
DefaultInstaller
public DefaultInstaller() -
DefaultInstaller
public DefaultInstaller(String appId, String enterpriseId, String enterpriseName, String teamId, String teamName, Boolean isEnterpriseInstall, String enterpriseUrl, String tokenType, String installerUserId, String installerUserScope, String installerUserAccessToken, String installerUserRefreshToken, Long installerUserTokenExpiresAt, String scope, String botScope, String botId, String botUserId, String botAccessToken, String botRefreshToken, Long botTokenExpiresAt, String incomingWebhookUrl, String incomingWebhookChannelId, String incomingWebhookConfigurationUrl, Long installedAt)
-
-
Method Details
-
toBot
-
builder
-
getAppId
-
getEnterpriseId
- Specified by:
getEnterpriseIdin interfaceInstaller
-
getEnterpriseName
-
getTeamId
-
getTeamName
-
getIsEnterpriseInstall
- Specified by:
getIsEnterpriseInstallin interfaceInstaller
-
getEnterpriseUrl
- Specified by:
getEnterpriseUrlin interfaceInstaller
-
getTokenType
- Specified by:
getTokenTypein interfaceInstaller
-
getInstallerUserId
- Specified by:
getInstallerUserIdin interfaceInstaller
-
getInstallerUserScope
- Specified by:
getInstallerUserScopein interfaceInstaller
-
getInstallerUserAccessToken
- Specified by:
getInstallerUserAccessTokenin interfaceInstaller
-
getInstallerUserRefreshToken
- Specified by:
getInstallerUserRefreshTokenin interfaceInstaller
-
getInstallerUserTokenExpiresAt
- Specified by:
getInstallerUserTokenExpiresAtin interfaceInstaller
-
getScope
Deprecated. -
getBotScope
- Specified by:
getBotScopein interfaceInstaller
-
getBotId
-
getBotUserId
- Specified by:
getBotUserIdin interfaceInstaller
-
getBotAccessToken
- Specified by:
getBotAccessTokenin interfaceInstaller
-
getBotRefreshToken
- Specified by:
getBotRefreshTokenin interfaceInstaller
-
getBotTokenExpiresAt
- Specified by:
getBotTokenExpiresAtin interfaceInstaller
-
getIncomingWebhookUrl
- Specified by:
getIncomingWebhookUrlin interfaceInstaller
-
getIncomingWebhookChannelId
- Specified by:
getIncomingWebhookChannelIdin interfaceInstaller
-
getIncomingWebhookConfigurationUrl
- Specified by:
getIncomingWebhookConfigurationUrlin interfaceInstaller
-
getInstalledAt
- Specified by:
getInstalledAtin interfaceInstaller
-
setAppId
-
setEnterpriseId
- Specified by:
setEnterpriseIdin interfaceInstaller
-
setEnterpriseName
-
setTeamId
-
setTeamName
-
setIsEnterpriseInstall
- Specified by:
setIsEnterpriseInstallin interfaceInstaller
-
setEnterpriseUrl
- Specified by:
setEnterpriseUrlin interfaceInstaller
-
setTokenType
- Specified by:
setTokenTypein interfaceInstaller
-
setInstallerUserId
- Specified by:
setInstallerUserIdin interfaceInstaller
-
setInstallerUserScope
- Specified by:
setInstallerUserScopein interfaceInstaller
-
setInstallerUserAccessToken
- Specified by:
setInstallerUserAccessTokenin interfaceInstaller
-
setInstallerUserRefreshToken
- Specified by:
setInstallerUserRefreshTokenin interfaceInstaller
-
setInstallerUserTokenExpiresAt
- Specified by:
setInstallerUserTokenExpiresAtin interfaceInstaller
-
setScope
Deprecated. -
setBotScope
- Specified by:
setBotScopein interfaceInstaller
-
setBotId
-
setBotUserId
- Specified by:
setBotUserIdin interfaceInstaller
-
setBotAccessToken
- Specified by:
setBotAccessTokenin interfaceInstaller
-
setBotRefreshToken
- Specified by:
setBotRefreshTokenin interfaceInstaller
-
setBotTokenExpiresAt
- Specified by:
setBotTokenExpiresAtin interfaceInstaller
-
setIncomingWebhookUrl
- Specified by:
setIncomingWebhookUrlin interfaceInstaller
-
setIncomingWebhookChannelId
- Specified by:
setIncomingWebhookChannelIdin interfaceInstaller
-
setIncomingWebhookConfigurationUrl
- Specified by:
setIncomingWebhookConfigurationUrlin interfaceInstaller
-
setInstalledAt
- Specified by:
setInstalledAtin interfaceInstaller
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-