Uses of Class
com.foxinmy.weixin4j.type.AccountType
- 
Packages that use AccountType Package Description com.foxinmy.weixin4j.dispatcher com.foxinmy.weixin4j.socket com.foxinmy.weixin4j.type 
- 
- 
Uses of AccountType in com.foxinmy.weixin4j.dispatcherMethods in com.foxinmy.weixin4j.dispatcher that return AccountType Modifier and Type Method Description AccountTypeWeixinMessageKey. getAccountType()Constructors in com.foxinmy.weixin4j.dispatcher with parameters of type AccountType Constructor Description WeixinMessageKey(String messageType, String eventType, AccountType accountType)
- 
Uses of AccountType in com.foxinmy.weixin4j.socketMethods in com.foxinmy.weixin4j.socket that return AccountType Modifier and Type Method Description AccountTypeWeixinMessageTransfer. getAccountType()Constructors in com.foxinmy.weixin4j.socket with parameters of type AccountType Constructor Description WeixinMessageTransfer(AesToken aesToken, EncryptType encryptType, String toUserName, String fromUserName, AccountType accountType, String msgType, String eventType, Set<String> nodeNames)
- 
Uses of AccountType in com.foxinmy.weixin4j.typeMethods in com.foxinmy.weixin4j.type that return AccountType Modifier and Type Method Description static AccountTypeAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountType[]AccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-