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

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

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

Methods in com.belerweb.social.weixin.bean that return MsgType
 MsgType Message.getMsgType()
          消息类型
static MsgType MsgType.parse(Object val)
           
static MsgType MsgType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MsgType[] MsgType.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 MsgType
 void Message.setMsgType(MsgType msgType)
           
 

Constructors in com.belerweb.social.weixin.bean with parameters of type MsgType
Message(MsgType msgType)
           
 



Copyright © 2014. All Rights Reserved.