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