パッケージ org.thinkit.bot.twitter

インタフェース TwitterBot

既知の実装クラスのリスト:
AbstractTwitterBot, TwitterBotJ

public interface TwitterBot
The interface that represents the process of Twitter bot.
導入されたバージョン:
1.0.0
  • メソッドの詳細

    • executeAutoTweet

      AutoTweetResult executeAutoTweet​(@NonNull Tweet tweet)
      Executes the auto tweet command and returns the command result.
      パラメータ:
      tweet - The tweet
      戻り値:
      The command result
      例外:
      NullPointerException - If null is passed as an argument
    • executeAutoShowUser

      AutoShowUserResult executeAutoShowUser​(@NonNull String userName)
      Executes the auto show user and returns the command result.
      パラメータ:
      userName - The user name
      戻り値:
      The command result
      例外:
      NullPointerException - If null is passed as an argument