Uses of Class
com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
-
Packages that use OUserInfo.AgentItem Package Description com.foxinmy.weixin4j.qy.model -
-
Uses of OUserInfo.AgentItem in com.foxinmy.weixin4j.qy.model
Methods in com.foxinmy.weixin4j.qy.model that return types with arguments of type OUserInfo.AgentItem Modifier and Type Method Description List<OUserInfo.AgentItem>
OUserInfo. getAgentInfo()
List<OUserInfo.AgentItem>
OUserInfo.AuthInfo. getAgentItems()
Method parameters in com.foxinmy.weixin4j.qy.model with type arguments of type OUserInfo.AgentItem Modifier and Type Method Description void
OUserInfo. setAgentInfo(List<OUserInfo.AgentItem> agentInfo)
void
OUserInfo.AuthInfo. setAgentItems(List<OUserInfo.AgentItem> agentItems)
-