Package 

Class IncomingEvent

  • All Implemented Interfaces:
    ai.tock.bot.connector.ConnectorMessage , ai.tock.bot.connector.ConnectorMessageProvider

    
    public abstract class IncomingEvent
    extends TwitterConnectorMessage
                        

    IncomingEvent object

    • Constructor Summary

      Constructors 
      Constructor Description
      IncomingEvent()
    • Method Summary

      Modifier and Type Method Description
      PlayerId playerId(PlayerType playerType)
      PlayerId recipientId(PlayerType playerType)
      abstract Event toEvent(String applicationId)
      abstract String getForUserId()
      abstract Map<String, User> getUsers()
      abstract Boolean getIgnored()
      ConnectorType getConnectorType()
      • Methods inherited from class ai.tock.bot.connector.ConnectorMessageProvider

        equals, hashCode, toString
      • Methods inherited from class ai.tock.bot.connector.twitter.model.TwitterConnectorMessage

        obfuscate, toConnectorMessage, toGenericMessage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait