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.qy
Methods in com.foxinmy.weixin4j.qy with parameters of type LoginTargetType Modifier and Type Method Description String
WeixinSuiteProxy. getLoginUrl(String corpId, LoginTargetType targetType, int agentId)
获取登录企业号官网的url -
Uses of LoginTargetType in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api with parameters of type LoginTargetType Modifier and Type Method Description String
ProviderApi. getLoginUrl(String corpId, LoginTargetType targetType, int agentId)
获取登录企业号官网的url -
Uses of LoginTargetType in com.foxinmy.weixin4j.qy.type
Methods in com.foxinmy.weixin4j.qy.type that return LoginTargetType Modifier and Type Method Description static LoginTargetType
LoginTargetType. 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.
-