Uses of Class
com.foxinmy.weixin4j.mp.type.Lang

Packages that use Lang
com.foxinmy.weixin4j.mp   
com.foxinmy.weixin4j.mp.api   
com.foxinmy.weixin4j.mp.model   
com.foxinmy.weixin4j.mp.type   
 

Uses of Lang in com.foxinmy.weixin4j.mp
 

Methods in com.foxinmy.weixin4j.mp with parameters of type Lang
 User WeixinProxy.getUser(String openId, Lang lang)
          获取用户信息
 List<User> WeixinProxy.getUsers(Lang lang, String... openIds)
          批量获取用户信息
 

Uses of Lang in com.foxinmy.weixin4j.mp.api
 

Methods in com.foxinmy.weixin4j.mp.api with parameters of type Lang
 User OauthApi.getAuthorizationUser(String oauthToken, String openid, Lang lang)
          oauth获取用户信息(需scope为 snsapi_userinfo)
 User UserApi.getUser(String openId, Lang lang)
          获取用户信息
 List<User> UserApi.getUsers(Lang lang, String... openIds)
          批量获取用户信息
 

Uses of Lang in com.foxinmy.weixin4j.mp.model
 

Methods in com.foxinmy.weixin4j.mp.model that return Lang
 Lang User.getFormatLanguage()
           
 Lang MenuMatchRule.getLanguage()
           
 

Methods in com.foxinmy.weixin4j.mp.model with parameters of type Lang
 MenuMatchRule MenuMatchRule.language(Lang language)
           
 

Uses of Lang in com.foxinmy.weixin4j.mp.type
 

Methods in com.foxinmy.weixin4j.mp.type that return Lang
static Lang Lang.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Lang[] Lang.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014–2017. All rights reserved.