Enum Class YCloudMessageType

java.lang.Object
java.lang.Enum<YCloudMessageType>
com.bytedesk.social.whatsapp.ycloud.YCloudMessageType
All Implemented Interfaces:
Serializable, Comparable<YCloudMessageType>, Constable

public enum YCloudMessageType extends Enum<YCloudMessageType>
YCloud 消息类型枚举
  • Enum Constant Details

    • EMAIL_DELIVERY_UPDATED

      public static final YCloudMessageType EMAIL_DELIVERY_UPDATED
    • SMS_INBOUND_RECEIVED

      public static final YCloudMessageType SMS_INBOUND_RECEIVED
    • SMS_MESSAGE_UPDATED

      public static final YCloudMessageType SMS_MESSAGE_UPDATED
    • VOICE_MESSAGE_UPDATED

      public static final YCloudMessageType VOICE_MESSAGE_UPDATED
    • WHATSAPP_BUSINESS_ACCOUNT_DELETED

      public static final YCloudMessageType WHATSAPP_BUSINESS_ACCOUNT_DELETED
    • WHATSAPP_BUSINESS_ACCOUNT_UPDATED

      public static final YCloudMessageType WHATSAPP_BUSINESS_ACCOUNT_UPDATED
    • WHATSAPP_INBOUND_MESSAGE_RECEIVED

      public static final YCloudMessageType WHATSAPP_INBOUND_MESSAGE_RECEIVED
    • WHATSAPP_MESSAGE_UPDATED

      public static final YCloudMessageType WHATSAPP_MESSAGE_UPDATED
    • WHATSAPP_PHONE_NUMBER_DELETED

      public static final YCloudMessageType WHATSAPP_PHONE_NUMBER_DELETED
    • WHATSAPP_PHONE_NUMBER_NAME_UPDATED

      public static final YCloudMessageType WHATSAPP_PHONE_NUMBER_NAME_UPDATED
    • WHATSAPP_PHONE_NUMBER_QUALITY_UPDATED

      public static final YCloudMessageType WHATSAPP_PHONE_NUMBER_QUALITY_UPDATED
    • WHATSAPP_TEMPLATE_CATEGORY_UPDATED

      public static final YCloudMessageType WHATSAPP_TEMPLATE_CATEGORY_UPDATED
    • WHATSAPP_TEMPLATE_QUALITY_UPDATED

      public static final YCloudMessageType WHATSAPP_TEMPLATE_QUALITY_UPDATED
    • WHATSAPP_TEMPLATE_REVIEWED

      public static final YCloudMessageType WHATSAPP_TEMPLATE_REVIEWED
  • Field Details

    • value

      private final String value
  • Constructor Details

    • YCloudMessageType

      private YCloudMessageType(String value)
  • Method Details

    • values

      public static YCloudMessageType[] 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 YCloudMessageType 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
    • getValue

      public String getValue()
    • fromValue

      public static YCloudMessageType fromValue(String value)