-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class CallbackEvent extends EventApiMessage
An event callback.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtokenprivate final StringteamIdprivate final StringapiAppIdprivate final MessageEventeventprivate final ConnectorTypeconnectorType
-
Constructor Summary
Constructors Constructor Description CallbackEvent(String token, String teamId, String apiAppId, MessageEvent event)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final MessageEventcomponent4()final CallbackEventcopy(String token, String teamId, String apiAppId, MessageEvent event)final StringgetToken()final StringgetTeamId()final StringgetApiAppId()final MessageEventgetEvent()ConnectorTypegetConnectorType()-
Methods inherited from class ai.tock.bot.connector.ConnectorMessageProvider
equals, hashCode, toString -
Methods inherited from class ai.tock.bot.connector.slack.model.SlackConnectorMessage
obfuscate, toConnectorMessage, toGenericMessage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CallbackEvent
CallbackEvent(String token, String teamId, String apiAppId, MessageEvent event)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final MessageEvent component4()
-
copy
final CallbackEvent copy(String token, String teamId, String apiAppId, MessageEvent event)
-
getApiAppId
final String getApiAppId()
-
getEvent
final MessageEvent getEvent()
-
getConnectorType
ConnectorType getConnectorType()
-
-
-
-