Uses of Class
com.foxinmy.weixin4j.qy.model.User
-
Packages that use User Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.model -
-
Uses of User in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return User Modifier and Type Method Description User
WeixinProxy. getUser(String userid)
获取成员信息User
WeixinProxy. getUserByCode(String code)
code获取userid(管理员须拥有agent的使用权限;agentid必须和跳转链接时所在的企业应用ID相同。)Methods in com.foxinmy.weixin4j.qy that return types with arguments of type User Modifier and Type Method Description List<User>
WeixinProxy. listAllUser(UserStatus userStatus)
获取权限范围内的所有成员列表List<User>
WeixinProxy. listUser(int partyId)
获取部门下所有状态成员(不进行递归)List<User>
WeixinProxy. listUser(int partyId, boolean fetchChild, UserStatus userStatus, boolean findDetail)
获取部门成员Methods in com.foxinmy.weixin4j.qy with parameters of type User Modifier and Type Method Description com.foxinmy.weixin4j.http.weixin.ApiResult
WeixinProxy. createUser(User user)
创建成员com.foxinmy.weixin4j.http.weixin.ApiResult
WeixinProxy. createUser(User user, InputStream avatar)
创建成员com.foxinmy.weixin4j.http.weixin.ApiResult
WeixinProxy. updateUser(User user)
更新用户(如果非必须的字段未指定 则不更新该字段之前的设置值)com.foxinmy.weixin4j.http.weixin.ApiResult
WeixinProxy. updateUser(User user, InputStream avatar)
更新用户(如果非必须的字段未指定 则不更新该字段之前的设置值)Method parameters in com.foxinmy.weixin4j.qy with type arguments of type User Modifier and Type Method Description String
WeixinProxy. batchUploadUsers(List<User> users)
批量上传成员 -
Uses of User in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return User Modifier and Type Method Description User
UserApi. getUser(String userid)
获取成员User
UserApi. getUserByCode(String code)
根据code获取用户信息Methods in com.foxinmy.weixin4j.qy.api that return types with arguments of type User Modifier and Type Method Description List<User>
UserApi. listAllUser(UserStatus userStatus)
获取权限范围内的所有成员列表List<User>
UserApi. listUser(int partyId)
获取部门下所有状态成员(不进行递归)List<User>
UserApi. listUser(int partyId, boolean fetchChild, UserStatus userStatus, boolean findDetail)
获取部门成员Methods in com.foxinmy.weixin4j.qy.api with parameters of type User Modifier and Type Method Description com.foxinmy.weixin4j.http.weixin.ApiResult
UserApi. createUser(User user)
创建成员com.foxinmy.weixin4j.http.weixin.ApiResult
UserApi. createUser(User user, InputStream avatar)
创建成员com.foxinmy.weixin4j.http.weixin.ApiResult
UserApi. updateUser(User user)
更新用户(如果非必须的字段未指定 则不更新该字段之前的设置值)com.foxinmy.weixin4j.http.weixin.ApiResult
UserApi. updateUser(User user, InputStream avatar)
更新用户(如果非必须的字段未指定 则不更新该字段之前的设置值)Method parameters in com.foxinmy.weixin4j.qy.api with type arguments of type User Modifier and Type Method Description String
MediaApi. batchUploadUsers(List<User> users)
批量上传成员 -
Uses of User in com.foxinmy.weixin4j.qy.model
Methods in com.foxinmy.weixin4j.qy.model that return User Modifier and Type Method Description User
OUserInfo. getAdminInfo()
Methods in com.foxinmy.weixin4j.qy.model that return types with arguments of type User Modifier and Type Method Description List<User>
AgentInfo. getAllowUsers()
List<User>
Contacts. getUsers()
Methods in com.foxinmy.weixin4j.qy.model with parameters of type User Modifier and Type Method Description void
OUserInfo. setAdminInfo(User adminInfo)
Method parameters in com.foxinmy.weixin4j.qy.model with type arguments of type User Modifier and Type Method Description void
AgentInfo. setAllowUsers(List<User> allowUsers)
void
Contacts. setUsers(List<User> users)
-