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