Uses of Class
com.foxinmy.weixin4j.qy.model.IdParameter
-
Packages that use IdParameter Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.jssdk com.foxinmy.weixin4j.qy.message com.foxinmy.weixin4j.qy.model -
-
Uses of IdParameter in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return IdParameter Modifier and Type Method Description IdParameter
WeixinProxy. addTagUsers(int tagId, List<String> userIds, List<Integer> partyIds)
新增标签成员(标签对管理组可见且未加锁,成员属于管理组管辖范围)IdParameter
WeixinProxy. deleteTagUsers(int tagId, List<String> userIds, List<Integer> partyIds)
删除标签成员(标签对管理组可见且未加锁,成员属于管理组管辖范围)IdParameter[]
WeixinProxy. getKfList(KfType kfType)
获取客服列表IdParameter
WeixinProxy. sendNotifyMessage(NotifyMessage message)
发送消息提醒(需要管理员对应用有使用权限,对收件人touser、toparty、totag有查看权限,否则本次调用失败)Methods in com.foxinmy.weixin4j.qy with parameters of type IdParameter Modifier and Type Method Description String
WeixinProxy. batchInviteUser(IdParameter parameter, Callback callback, String tips)
批量邀请成员关注 -
Uses of IdParameter in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return IdParameter Modifier and Type Method Description IdParameter
TagApi. addTagUsers(int tagId, List<String> userIds, List<Integer> partyIds)
新增标签成员(标签对管理组可见且未加锁,成员属于管理组管辖范围。)IdParameter
TagApi. deleteTagUsers(int tagId, List<String> userIds, List<Integer> partyIds)
删除标签成员(标签对管理组未加锁,成员属于管理组管辖范围)IdParameter[]
NotifyApi. getKfList(KfType kfType)
获取客服列表IdParameter
NotifyApi. sendNotifyMessage(NotifyMessage message)
发送消息提醒(需要管理员对应用有使用权限,对收件人touser、toparty、totag有查看权限,否则本次调用失败)Methods in com.foxinmy.weixin4j.qy.api with parameters of type IdParameter Modifier and Type Method Description String
BatchApi. inviteUser(IdParameter parameter, Callback callback, String tips)
批量邀请成员关注 -
Uses of IdParameter in com.foxinmy.weixin4j.qy.jssdk
Subclasses of IdParameter in com.foxinmy.weixin4j.qy.jssdk Modifier and Type Class Description class
JSSDKContactParameter
JSSDK联系人筛选参数 -
Uses of IdParameter in com.foxinmy.weixin4j.qy.message
Methods in com.foxinmy.weixin4j.qy.message that return IdParameter Modifier and Type Method Description IdParameter
NotifyMessage. getTarget()
Methods in com.foxinmy.weixin4j.qy.message with parameters of type IdParameter Modifier and Type Method Description void
NotifyMessage. setTarget(IdParameter target)
Constructors in com.foxinmy.weixin4j.qy.message with parameters of type IdParameter Constructor Description NotifyMessage(int agentId, NotifyTuple tuple, IdParameter target, boolean isSafe)
-
Uses of IdParameter in com.foxinmy.weixin4j.qy.model
Subclasses of IdParameter in com.foxinmy.weixin4j.qy.model Modifier and Type Class Description class
Contacts
通讯录Methods in com.foxinmy.weixin4j.qy.model that return IdParameter Modifier and Type Method Description static IdParameter
IdParameter. get()
IdParameter
IdParameter. putPartyIds(Integer... partyIds)
新增部门ID列表,最多支持100个IdParameter
IdParameter. putTagIds(Integer... tagIds)
新增标签ID列表IdParameter
IdParameter. putUserIds(String... userIds)
增加成员ID列表,最多支持1000个
-