Package 

Class AbstractOutcomingEvent

    • Method Summary

      Modifier and Type Method Description
      abstract GenericMessage toGenericMessage()
      abstract PlayerId playerId(PlayerType playerType)
      abstract PlayerId recipientId(PlayerType playerType)
      • Methods inherited from class ai.tock.bot.connector.twitter.model.outcoming.AbstractOutcomingEvent

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractOutcomingEvent

        AbstractOutcomingEvent()
    • Method Detail

      • playerId

         abstract PlayerId playerId(PlayerType playerType)
      • recipientId

         abstract PlayerId recipientId(PlayerType playerType)