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 boolean
boolean
getAppId()
getBotId()
getScope()
Deprecated.int
hashCode()
void
void
setBotAccessToken
(String botAccessToken) void
void
setBotRefreshToken
(String botRefreshToken) void
setBotScope
(String botScope) void
setBotTokenExpiresAt
(Long botTokenExpiresAt) void
setBotUserId
(String botUserId) void
setEnterpriseId
(String enterpriseId) void
setEnterpriseName
(String enterpriseName) void
setEnterpriseUrl
(String enterpriseUrl) void
setIncomingWebhookChannelId
(String incomingWebhookChannelId) void
setIncomingWebhookConfigurationUrl
(String incomingWebhookConfigurationUrl) void
setIncomingWebhookUrl
(String incomingWebhookUrl) void
setInstalledAt
(Long installedAt) void
setInstallerUserAccessToken
(String installerUserAccessToken) void
setInstallerUserId
(String installerUserId) void
setInstallerUserRefreshToken
(String installerUserRefreshToken) void
setInstallerUserScope
(String installerUserScope) void
setInstallerUserTokenExpiresAt
(Long installerUserTokenExpiresAt) void
setIsEnterpriseInstall
(Boolean isEnterpriseInstall) void
Deprecated.void
void
setTeamName
(String teamName) void
setTokenType
(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:
getEnterpriseId
in interfaceInstaller
-
getEnterpriseName
-
getTeamId
-
getTeamName
-
getIsEnterpriseInstall
- Specified by:
getIsEnterpriseInstall
in interfaceInstaller
-
getEnterpriseUrl
- Specified by:
getEnterpriseUrl
in interfaceInstaller
-
getTokenType
- Specified by:
getTokenType
in interfaceInstaller
-
getInstallerUserId
- Specified by:
getInstallerUserId
in interfaceInstaller
-
getInstallerUserScope
- Specified by:
getInstallerUserScope
in interfaceInstaller
-
getInstallerUserAccessToken
- Specified by:
getInstallerUserAccessToken
in interfaceInstaller
-
getInstallerUserRefreshToken
- Specified by:
getInstallerUserRefreshToken
in interfaceInstaller
-
getInstallerUserTokenExpiresAt
- Specified by:
getInstallerUserTokenExpiresAt
in interfaceInstaller
-
getScope
Deprecated. -
getBotScope
- Specified by:
getBotScope
in interfaceInstaller
-
getBotId
-
getBotUserId
- Specified by:
getBotUserId
in interfaceInstaller
-
getBotAccessToken
- Specified by:
getBotAccessToken
in interfaceInstaller
-
getBotRefreshToken
- Specified by:
getBotRefreshToken
in interfaceInstaller
-
getBotTokenExpiresAt
- Specified by:
getBotTokenExpiresAt
in interfaceInstaller
-
getIncomingWebhookUrl
- Specified by:
getIncomingWebhookUrl
in interfaceInstaller
-
getIncomingWebhookChannelId
- Specified by:
getIncomingWebhookChannelId
in interfaceInstaller
-
getIncomingWebhookConfigurationUrl
- Specified by:
getIncomingWebhookConfigurationUrl
in interfaceInstaller
-
getInstalledAt
- Specified by:
getInstalledAt
in interfaceInstaller
-
setAppId
-
setEnterpriseId
- Specified by:
setEnterpriseId
in interfaceInstaller
-
setEnterpriseName
-
setTeamId
-
setTeamName
-
setIsEnterpriseInstall
- Specified by:
setIsEnterpriseInstall
in interfaceInstaller
-
setEnterpriseUrl
- Specified by:
setEnterpriseUrl
in interfaceInstaller
-
setTokenType
- Specified by:
setTokenType
in interfaceInstaller
-
setInstallerUserId
- Specified by:
setInstallerUserId
in interfaceInstaller
-
setInstallerUserScope
- Specified by:
setInstallerUserScope
in interfaceInstaller
-
setInstallerUserAccessToken
- Specified by:
setInstallerUserAccessToken
in interfaceInstaller
-
setInstallerUserRefreshToken
- Specified by:
setInstallerUserRefreshToken
in interfaceInstaller
-
setInstallerUserTokenExpiresAt
- Specified by:
setInstallerUserTokenExpiresAt
in interfaceInstaller
-
setScope
Deprecated. -
setBotScope
- Specified by:
setBotScope
in interfaceInstaller
-
setBotId
-
setBotUserId
- Specified by:
setBotUserId
in interfaceInstaller
-
setBotAccessToken
- Specified by:
setBotAccessToken
in interfaceInstaller
-
setBotRefreshToken
- Specified by:
setBotRefreshToken
in interfaceInstaller
-
setBotTokenExpiresAt
- Specified by:
setBotTokenExpiresAt
in interfaceInstaller
-
setIncomingWebhookUrl
- Specified by:
setIncomingWebhookUrl
in interfaceInstaller
-
setIncomingWebhookChannelId
- Specified by:
setIncomingWebhookChannelId
in interfaceInstaller
-
setIncomingWebhookConfigurationUrl
- Specified by:
setIncomingWebhookConfigurationUrl
in interfaceInstaller
-
setInstalledAt
- Specified by:
setInstalledAt
in interfaceInstaller
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-