Uses of Class
com.foxinmy.weixin4j.qy.type.LoginTargetType
- 
Packages that use LoginTargetType Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.type 
- 
- 
Uses of LoginTargetType in com.foxinmy.weixin4j.qyMethods in com.foxinmy.weixin4j.qy with parameters of type LoginTargetType Modifier and Type Method Description StringWeixinSuiteProxy. getLoginUrl(String corpId, LoginTargetType targetType, int agentId)获取登录企业号官网的url
- 
Uses of LoginTargetType in com.foxinmy.weixin4j.qy.apiMethods in com.foxinmy.weixin4j.qy.api with parameters of type LoginTargetType Modifier and Type Method Description StringProviderApi. getLoginUrl(String corpId, LoginTargetType targetType, int agentId)获取登录企业号官网的url
- 
Uses of LoginTargetType in com.foxinmy.weixin4j.qy.typeMethods in com.foxinmy.weixin4j.qy.type that return LoginTargetType Modifier and Type Method Description static LoginTargetTypeLoginTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static LoginTargetType[]LoginTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-