Uses of Class
com.foxinmy.weixin4j.type.MessageType
- 
Packages that use MessageType Package Description com.foxinmy.weixin4j.qy.chat com.foxinmy.weixin4j.request com.foxinmy.weixin4j.type 
- 
- 
Uses of MessageType in com.foxinmy.weixin4j.qy.chatMethods in com.foxinmy.weixin4j.qy.chat that return MessageType Modifier and Type Method Description MessageTypeChatItem. getFormatMsgType()
- 
Uses of MessageType in com.foxinmy.weixin4j.requestMethods in com.foxinmy.weixin4j.request that return MessageType Modifier and Type Method Description MessageTypeWeixinMessage. getFormatMsgType()
- 
Uses of MessageType in com.foxinmy.weixin4j.typeMethods in com.foxinmy.weixin4j.type that return MessageType Modifier and Type Method Description static MessageTypeMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-