-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public abstract class EventApiMessage extends SlackConnectorMessage
Event API base class.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConnectorTypeconnectorType
-
Constructor Summary
Constructors Constructor Description EventApiMessage()
-
Method Summary
Modifier and Type Method Description 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
-
-
Method Detail
-
getConnectorType
ConnectorType getConnectorType()
-
-
-
-