Uses of Class
com.foxinmy.weixin4j.qy.model.Party
-
Packages that use Party Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.model -
-
Uses of Party in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return types with arguments of type Party Modifier and Type Method Description List<Party>
WeixinProxy. listParty(int partyId)
查询部门列表(以部门的order字段从小到大排列)Methods in com.foxinmy.weixin4j.qy with parameters of type Party Modifier and Type Method Description int
WeixinProxy. createParty(Party party)
创建部门(根部门的parentid为1)com.foxinmy.weixin4j.http.weixin.ApiResult
WeixinProxy. updateParty(Party party)
更新部门(如果非必须的字段未指定 则不更新该字段之前的设置值)Method parameters in com.foxinmy.weixin4j.qy with type arguments of type Party Modifier and Type Method Description String
WeixinProxy. batchUploadParties(List<Party> parties)
批量上传部门 -
Uses of Party in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return types with arguments of type Party Modifier and Type Method Description List<Party>
PartyApi. listParty(int partId)
查询部门列表(以部门的order字段从小到大排列)Methods in com.foxinmy.weixin4j.qy.api with parameters of type Party Modifier and Type Method Description int
PartyApi. createParty(Party party)
创建部门(根部门的parentid为1)com.foxinmy.weixin4j.http.weixin.ApiResult
PartyApi. updateParty(Party party)
更新部门(如果非必须的字段未指定 则不更新该字段之前的设置值)Method parameters in com.foxinmy.weixin4j.qy.api with type arguments of type Party Modifier and Type Method Description String
MediaApi. batchUploadParties(List<Party> parties)
批量上传部门 -
Uses of Party in com.foxinmy.weixin4j.qy.model
Subclasses of Party in com.foxinmy.weixin4j.qy.model Modifier and Type Class Description static class
OUserInfo.DepartItem
授权的通讯录部门Methods in com.foxinmy.weixin4j.qy.model that return types with arguments of type Party Modifier and Type Method Description List<Party>
Contacts. getPartys()
Method parameters in com.foxinmy.weixin4j.qy.model with type arguments of type Party Modifier and Type Method Description void
Contacts. setPartys(List<Party> partys)
-