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.dispatcher
Methods in com.foxinmy.weixin4j.dispatcher that return AccountType Modifier and Type Method Description AccountType
WeixinMessageKey. 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.socket
Methods in com.foxinmy.weixin4j.socket that return AccountType Modifier and Type Method Description AccountType
WeixinMessageTransfer. 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.type
Methods in com.foxinmy.weixin4j.type that return AccountType Modifier and Type Method Description 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.
-