列挙 BatchStep

java.lang.Object
java.lang.Enum<BatchStep>
org.thinkit.bot.twitter.batch.catalog.BatchStep
すべての実装されたインタフェース:
Serializable, Comparable<BatchStep>, Constable, org.thinkit.api.catalog.BiCatalog<BatchStep,​String>, org.thinkit.api.catalog.BiCatalogSupport<BatchStep,​String>, org.thinkit.api.catalog.CodeSupport, org.thinkit.api.catalog.TagSupport<String>

public enum BatchStep
extends Enum<BatchStep>
implements org.thinkit.api.catalog.BiCatalog<BatchStep,​String>
The catalog that manages batch step.
導入されたバージョン:
1.0.0
  • 列挙型定数の詳細

    • START_SESSION

      public static final BatchStep START_SESSION
      The start session step
    • AUTO_TWEET_GREETING

      public static final BatchStep AUTO_TWEET_GREETING
      The auto tweet greeting step
    • AUTO_TWEET_DAILY_REPORT

      public static final BatchStep AUTO_TWEET_DAILY_REPORT
      The auto tweet daily report step
    • AUTO_TWEET_INTRODUCE

      public static final BatchStep AUTO_TWEET_INTRODUCE
      The auto tweet introduce
    • AUTO_TWEET_PR

      public static final BatchStep AUTO_TWEET_PR
      The auto tweet PR
    • AUTO_TWEET_WEEKLY_REPORT

      public static final BatchStep AUTO_TWEET_WEEKLY_REPORT
      The auto tweet weekly report step
    • AUTO_TWEET_MONTHLY_REPORT

      public static final BatchStep AUTO_TWEET_MONTHLY_REPORT
      The auto tweet monthly report step
    • AUTO_SHOW_USER

      public static final BatchStep AUTO_SHOW_USER
      The auto show user step
    • CLOSE_SESSION

      public static final BatchStep CLOSE_SESSION
      The close session
  • メソッドの詳細

    • values

      public static BatchStep[] values()
      この列挙型の定数を含む配列を宣言されている順序で 返します。
      戻り値:
      この列挙型の定数を含む、宣言されている順序での配列
    • valueOf

      public static BatchStep valueOf​(String name)
      指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と正確に 一致している必要があります。(余分な空白文字を含めることは できません。)
      パラメータ:
      name - 返される列挙型定数の名前。
      戻り値:
      指定した名前の列挙型定数
      例外:
      IllegalArgumentException - この列挙型に、指定した名前の定数がない場合
      NullPointerException - 引数がnullの場合