Uses of Class
com.foxinmy.weixin4j.qy.type.AgentAuthType
-
Packages that use AgentAuthType Package Description com.foxinmy.weixin4j.qy.model com.foxinmy.weixin4j.qy.type -
-
Uses of AgentAuthType in com.foxinmy.weixin4j.qy.model
Methods in com.foxinmy.weixin4j.qy.model that return AgentAuthType Modifier and Type Method Description AgentAuthType
OUserInfo.AgentItem. getFormatAuthType()
-
Uses of AgentAuthType in com.foxinmy.weixin4j.qy.type
Methods in com.foxinmy.weixin4j.qy.type that return AgentAuthType Modifier and Type Method Description static AgentAuthType
AgentAuthType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentAuthType[]
AgentAuthType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-