public interface Bot
Modifier and Type | Method and Description |
---|---|
String |
getBotAccessToken() |
String |
getBotId() |
String |
getBotScope() |
String |
getBotUserId() |
String |
getEnterpriseId() |
Long |
getInstalledAt() |
String |
getTeamId() |
void |
setBotAccessToken(String botAccessToken) |
void |
setBotId(String botId) |
void |
setBotScope(String scope) |
void |
setBotUserId(String botUserId) |
void |
setEnterpriseId(String enterpriseId) |
void |
setInstalledAt(Long installedAt) |
void |
setTeamId(String teamId) |
String getEnterpriseId()
void setEnterpriseId(String enterpriseId)
String getTeamId()
void setTeamId(String teamId)
String getBotId()
void setBotId(String botId)
String getBotUserId()
void setBotUserId(String botUserId)
String getBotScope()
void setBotScope(String scope)
String getBotAccessToken()
void setBotAccessToken(String botAccessToken)
Long getInstalledAt()
void setInstalledAt(Long installedAt)
Copyright © 2020. All rights reserved.