Enum Class NumberOfMessagesResponse.Status

java.lang.Object
java.lang.Enum<NumberOfMessagesResponse.Status>
com.linecorp.bot.model.response.NumberOfMessagesResponse.Status
All Implemented Interfaces:
Serializable, Comparable<NumberOfMessagesResponse.Status>, Constable
Enclosing class:
NumberOfMessagesResponse

public static enum NumberOfMessagesResponse.Status extends Enum<NumberOfMessagesResponse.Status>
A status of current calculation.
  • Enum Constant Details

    • READY

      public static final NumberOfMessagesResponse.Status READY
      You can get the number of messages.
    • UNREADY

      public static final NumberOfMessagesResponse.Status UNREADY
      The message counting process for the date specified in date has not been completed yet. Retry your request later. Normally, the counting process is completed within the next day.
    • OUT_OF_SERVICE

      public static final NumberOfMessagesResponse.Status OUT_OF_SERVICE
      The date specified in date is earlier than March 31, 2018, when the operation of the counting system started.
  • Method Details

    • values

      public static NumberOfMessagesResponse.Status[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NumberOfMessagesResponse.Status valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null