Uses of Class
com.foxinmy.weixin4j.type.EventType
- 
Packages that use EventType Package Description com.foxinmy.weixin4j.message.event com.foxinmy.weixin4j.type 
- 
- 
Uses of EventType in com.foxinmy.weixin4j.message.eventConstructors in com.foxinmy.weixin4j.message.event with parameters of type EventType Constructor Description MenuEventMessage(EventType eventType)
- 
Uses of EventType in com.foxinmy.weixin4j.typeMethods in com.foxinmy.weixin4j.type that return EventType Modifier and Type Method Description static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-