Uses of Class
com.foxinmy.weixin4j.qy.chat.ChatEventType
-
Packages that use ChatEventType Package Description com.foxinmy.weixin4j.qy.chat -
-
Uses of ChatEventType in com.foxinmy.weixin4j.qy.chat
Methods in com.foxinmy.weixin4j.qy.chat that return ChatEventType Modifier and Type Method Description ChatEventType
ChatItem. getFormatEventType()
static ChatEventType
ChatEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChatEventType[]
ChatEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-