public enum WxMsgType extends Enum<WxMsgType>
| 枚举常量和说明 |
|---|
event |
image |
link |
location |
mpnews |
mpvideo |
music |
news |
shortvideo |
text |
transfer_customer_service |
video |
voice |
wxcard |
public static final WxMsgType text
public static final WxMsgType image
public static final WxMsgType voice
public static final WxMsgType video
public static final WxMsgType location
public static final WxMsgType link
public static final WxMsgType event
public static final WxMsgType shortvideo
public static final WxMsgType mpvideo
public static final WxMsgType wxcard
public static final WxMsgType music
public static final WxMsgType news
public static final WxMsgType mpnews
public static final WxMsgType transfer_customer_service
public static WxMsgType[] values()
for (WxMsgType c : WxMsgType.values()) System.out.println(c);
public static WxMsgType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2019. All rights reserved.