|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Group | |
|---|---|
| com.belerweb.social.weixin.api | |
| com.belerweb.social.weixin.bean | |
| Uses of Group in com.belerweb.social.weixin.api |
|---|
| Methods in com.belerweb.social.weixin.api that return types with arguments of type Group | |
|---|---|
Result<Group> |
Group.create(String name)
创建分组 |
Result<Group> |
Group.create(String accessToken,
String name)
创建分组 一个公众账号,最多支持创建500个分组。 |
Result<List<Group>> |
Group.get()
查询分组 |
Result<List<Group>> |
Group.get(String accessToken)
查询分组 |
| Uses of Group in com.belerweb.social.weixin.bean |
|---|
| Methods in com.belerweb.social.weixin.bean that return Group | |
|---|---|
static Group |
Group.parse(org.json.JSONObject jsonObject)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||