Uses of Class
com.foxinmy.weixin4j.qy.type.KfType
-
Packages that use KfType Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.type -
-
Uses of KfType in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy with parameters of type KfType Modifier and Type Method Description IdParameter[]
WeixinProxy. getKfList(KfType kfType)
获取客服列表 -
Uses of KfType in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api with parameters of type KfType Modifier and Type Method Description IdParameter[]
NotifyApi. getKfList(KfType kfType)
获取客服列表 -
Uses of KfType in com.foxinmy.weixin4j.qy.type
Methods in com.foxinmy.weixin4j.qy.type that return KfType Modifier and Type Method Description static KfType
KfType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KfType[]
KfType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-