Uses of Class
com.foxinmy.weixin4j.type.AccountType

Packages that use AccountType
com.foxinmy.weixin4j.dispatcher   
com.foxinmy.weixin4j.socket   
com.foxinmy.weixin4j.type   
 

Uses of AccountType in com.foxinmy.weixin4j.dispatcher
 

Methods in com.foxinmy.weixin4j.dispatcher that return AccountType
 AccountType WeixinMessageKey.getAccountType()
           
 

Constructors in com.foxinmy.weixin4j.dispatcher with parameters of type AccountType
WeixinMessageKey(String messageType, String eventType, AccountType accountType)
           
 

Uses of AccountType in com.foxinmy.weixin4j.socket
 

Methods in com.foxinmy.weixin4j.socket that return AccountType
 AccountType WeixinMessageTransfer.getAccountType()
           
 

Constructors in com.foxinmy.weixin4j.socket with parameters of type AccountType
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.type
 

Methods in com.foxinmy.weixin4j.type that return AccountType
static AccountType AccountType.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.
 



Copyright © 2014–2017. All rights reserved.