public static class ContactService.Group extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateGroupResp |
create(CreateGroupReq req) |
CreateGroupResp |
create(CreateGroupReq req,
RequestOptions reqOptions) |
DeleteGroupResp |
delete(DeleteGroupReq req) |
DeleteGroupResp |
delete(DeleteGroupReq req,
RequestOptions reqOptions) |
GetGroupResp |
get(GetGroupReq req) |
GetGroupResp |
get(GetGroupReq req,
RequestOptions reqOptions) |
MemberBelongGroupResp |
memberBelong(MemberBelongGroupReq req) |
MemberBelongGroupResp |
memberBelong(MemberBelongGroupReq req,
RequestOptions reqOptions) |
PatchGroupResp |
patch(PatchGroupReq req) |
PatchGroupResp |
patch(PatchGroupReq req,
RequestOptions reqOptions) |
SimplelistGroupResp |
simplelist(SimplelistGroupReq req) |
SimplelistGroupResp |
simplelist(SimplelistGroupReq req,
RequestOptions reqOptions) |
public Group(Config config)
public CreateGroupResp create(CreateGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateGroupResp create(CreateGroupReq req) throws Exception
Exceptionpublic DeleteGroupResp delete(DeleteGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteGroupResp delete(DeleteGroupReq req) throws Exception
Exceptionpublic GetGroupResp get(GetGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetGroupResp get(GetGroupReq req) throws Exception
Exceptionpublic MemberBelongGroupResp memberBelong(MemberBelongGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic MemberBelongGroupResp memberBelong(MemberBelongGroupReq req) throws Exception
Exceptionpublic PatchGroupResp patch(PatchGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchGroupResp patch(PatchGroupReq req) throws Exception
Exceptionpublic SimplelistGroupResp simplelist(SimplelistGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic SimplelistGroupResp simplelist(SimplelistGroupReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.