Uses of Class
com.belerweb.social.weixin.bean.EventType

Packages that use EventType
com.belerweb.social.weixin.bean   
 

Uses of EventType in com.belerweb.social.weixin.bean
 

Methods in com.belerweb.social.weixin.bean that return EventType
 EventType Message.getEventType()
          事件特有:事件类型
static EventType EventType.parse(Object val)
           
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.
 

Methods in com.belerweb.social.weixin.bean with parameters of type EventType
 void Message.setEventType(EventType eventType)
           
 



Copyright © 2014. All Rights Reserved.