Uses of Class
com.foxinmy.weixin4j.qy.model.Tag
-
Packages that use Tag Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.model -
-
Uses of Tag in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
WeixinProxy. listTag()
获取标签列表Methods in com.foxinmy.weixin4j.qy with parameters of type Tag Modifier and Type Method Description int
WeixinProxy. createTag(Tag tag)
创建标签(创建的标签属于管理组;默认为未加锁状态)ApiResult
WeixinProxy. updateTag(Tag tag)
更新标签(管理组必须是指定标签的创建者) -
Uses of Tag in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
TagApi. listTag()
获取标签列表Methods in com.foxinmy.weixin4j.qy.api with parameters of type Tag Modifier and Type Method Description int
TagApi. createTag(Tag tag)
创建标签(创建的标签属于管理组;默认为加锁状态。加锁状态下只有本管理组才可以增删成员,解锁状态下其它管理组也可以增删成员)ApiResult
TagApi. updateTag(Tag tag)
更新标签(管理组必须是指定标签的创建者) -
Uses of Tag in com.foxinmy.weixin4j.qy.model
Methods in com.foxinmy.weixin4j.qy.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
Contacts. getTags()
Method parameters in com.foxinmy.weixin4j.qy.model with type arguments of type Tag Modifier and Type Method Description void
Contacts. setTags(List<Tag> tags)
-