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.chat
Methods in com.foxinmy.weixin4j.qy.chat that return MessageType Modifier and Type Method Description MessageType
ChatItem. getFormatMsgType()
-
Uses of MessageType in com.foxinmy.weixin4j.request
Methods in com.foxinmy.weixin4j.request that return MessageType Modifier and Type Method Description MessageType
WeixinMessage. getFormatMsgType()
-
Uses of MessageType in com.foxinmy.weixin4j.type
Methods in com.foxinmy.weixin4j.type that return MessageType Modifier and Type Method Description static MessageType
MessageType. 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.
-