public interface GroupService
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
batchMoveGroup(Map<String,Object> group) |
ResponseGroup |
createGroup(Map<String,Object> group) |
Response |
deleteGroup(Map<String,Object> group) |
ResponseGroupCollection |
listGroup() |
ResponseGroup |
listGroup(Map<String,Object> user) |
Response |
moveGroup(Map<String,Object> group) |
Response |
updateGroup(Map<String,Object> group) |
ResponseGroup createGroup(Map<String,Object> group) throws IOException
ResponseGroupCollection listGroup() throws IOException
ResponseGroup listGroup(Map<String,Object> user) throws IOException
Response updateGroup(Map<String,Object> group) throws IOException
Response moveGroup(Map<String,Object> group) throws IOException
Response batchMoveGroup(Map<String,Object> group) throws IOException
Response deleteGroup(Map<String,Object> group) throws IOException
Copyright © 2015. All rights reserved.