public enum MsgTypeEnum extends Enum<MsgTypeEnum>
| 枚举常量和说明 |
|---|
MSG_TYPE_AUDIO |
MSG_TYPE_FILE |
MSG_TYPE_IMAGE |
MSG_TYPE_INTERACTIVE |
MSG_TYPE_MEDIA |
MSG_TYPE_POST |
MSG_TYPE_SHARE_CHAT |
MSG_TYPE_SHARE_USER |
MSG_TYPE_STICKER |
MSG_TYPE_TEXT |
public static final MsgTypeEnum MSG_TYPE_TEXT
public static final MsgTypeEnum MSG_TYPE_POST
public static final MsgTypeEnum MSG_TYPE_IMAGE
public static final MsgTypeEnum MSG_TYPE_FILE
public static final MsgTypeEnum MSG_TYPE_AUDIO
public static final MsgTypeEnum MSG_TYPE_MEDIA
public static final MsgTypeEnum MSG_TYPE_STICKER
public static final MsgTypeEnum MSG_TYPE_INTERACTIVE
public static final MsgTypeEnum MSG_TYPE_SHARE_CHAT
public static final MsgTypeEnum MSG_TYPE_SHARE_USER
public static MsgTypeEnum[] values()
for (MsgTypeEnum c : MsgTypeEnum.values()) System.out.println(c);
public static MsgTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
Copyright © 2025. All rights reserved.