Uses of Class
com.foxinmy.weixin4j.qy.model.AgentSetter
-
Packages that use AgentSetter Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.model -
-
Uses of AgentSetter in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy with parameters of type AgentSetter Modifier and Type Method Description ApiResult
WeixinProxy. setAgent(AgentSetter agentSet)
设置企业应用的选项设置信息,如:地理位置上报等 -
Uses of AgentSetter in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api with parameters of type AgentSetter Modifier and Type Method Description ApiResult
AgentApi. setAgent(AgentSetter agentSet)
设置企业应用的选项设置信息,如:地理位置上报等ApiResult
SuiteApi. setAgent(String authCorpId, AgentSetter agentSet)
设置企业应用的选项设置信息,如:地理位置上报等 -
Uses of AgentSetter in com.foxinmy.weixin4j.qy.model
Subclasses of AgentSetter in com.foxinmy.weixin4j.qy.model Modifier and Type Class Description class
AgentInfo
企业号应用的设置信息
-