Uses of Class
com.zone.weixin4j.type.EventType
-
Packages that use EventType Package Description com.zone.weixin4j.message.event com.zone.weixin4j.type -
-
Uses of EventType in com.zone.weixin4j.message.event
Constructors in com.zone.weixin4j.message.event with parameters of type EventType Constructor Description MenuEventMessage(EventType eventType)
-
Uses of EventType in com.zone.weixin4j.type
Methods in com.zone.weixin4j.type that return EventType Modifier and Type Method Description static EventType
EventType. 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.
-