列挙 GetNumberOfFollowersResponse.Status

java.lang.Object
java.lang.Enum<GetNumberOfFollowersResponse.Status>
com.linecorp.bot.model.response.GetNumberOfFollowersResponse.Status
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Comparable<GetNumberOfFollowersResponse.Status>, java.lang.constant.Constable
含まれているクラス:
GetNumberOfFollowersResponse

public static enum GetNumberOfFollowersResponse.Status
extends java.lang.Enum<GetNumberOfFollowersResponse.Status>
A status of current calculation.
  • ネストされたクラスの概要

    クラスから継承されたネストされたクラス/インタフェース java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • 列挙型定数の概要

    列挙定数
    列挙型定数 説明
    OUT_OF_SERVICE
    The specified date is earlier than the date on which we first started calculating followers (November 1, 2016).
    READY
    Calculation has finished; the numbers are up-to-date.
    UNREADY
    We haven't finished calculating the number of sent messages for the specified date.
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    static GetNumberOfFollowersResponse.Status valueOf​(java.lang.String name)
    指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と正確に 一致している必要があります。(余分な空白文字を含めることは できません。)
    static GetNumberOfFollowersResponse.Status[] values()
    この列挙型の定数を含む配列を宣言されている順序で 返します。

    クラスから継承されたメソッド java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    クラスから継承されたメソッド java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 列挙型定数の詳細

    • READY

      public static final GetNumberOfFollowersResponse.Status READY
      Calculation has finished; the numbers are up-to-date.
    • UNREADY

      public static final GetNumberOfFollowersResponse.Status UNREADY
      We haven't finished calculating the number of sent messages for the specified date. Calculation usually takes about a day. Please try again later.
    • OUT_OF_SERVICE

      public static final GetNumberOfFollowersResponse.Status OUT_OF_SERVICE
      The specified date is earlier than the date on which we first started calculating followers (November 1, 2016).
  • メソッドの詳細

    • values

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

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