public class Mailgroup extends Object
| 限定符和类型 | 方法和说明 | ||||||
|---|---|---|---|---|---|---|---|
CreateMailgroupResp |
create(CreateMailgroupReq req)
创建邮件组,创建一个邮件组
官网API文档链接:
CreateMailgroupRespcreate(CreateMailgroupReq req,
RequestOptions reqOptions)
创建邮件组,创建一个邮件组
官网API文档链接:
DeleteMailgroupRespdelete(DeleteMailgroupReq req)
删除邮件组,删除一个邮件组
官网API文档链接:
DeleteMailgroupRespdelete(DeleteMailgroupReq req,
RequestOptions reqOptions)
| ||||||
GetMailgroupResp |
get(GetMailgroupReq req,
RequestOptions reqOptions)
查询指定邮件组,获取特定邮件组信息。
|
||||||
ListMailgroupResp |
list(ListMailgroupReq req)
批量获取邮件组,分页批量获取邮件组
官网API文档链接:
ListMailgroupResplist(ListMailgroupReq req,
RequestOptions reqOptions)
批量获取邮件组,分页批量获取邮件组
官网API文档链接:
PatchMailgroupResppatch(PatchMailgroupReq req)
修改邮件组部分信息,更新邮件组部分字段,没有填写的字段不会被更新。
| ||||||
PatchMailgroupResp |
patch(PatchMailgroupReq req,
RequestOptions reqOptions)
修改邮件组部分信息,更新邮件组部分字段,没有填写的字段不会被更新。
|
||||||
UpdateMailgroupResp |
update(UpdateMailgroupReq req)
修改邮件组全部信息,更新邮件组所有信息。
|
||||||
UpdateMailgroupResp |
update(UpdateMailgroupReq req,
RequestOptions reqOptions)
修改邮件组全部信息,更新邮件组所有信息。
|
public Mailgroup(Config config)
public CreateMailgroupResp create(CreateMailgroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateMailgroupResp create(CreateMailgroupReq req) throws Exception
Exceptionpublic DeleteMailgroupResp delete(DeleteMailgroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteMailgroupResp delete(DeleteMailgroupReq req) throws Exception
Exceptionpublic GetMailgroupResp get(GetMailgroupReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=mail&resource=mailgroup&version=v1 ;
Exceptionpublic GetMailgroupResp get(GetMailgroupReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=mail&resource=mailgroup&version=v1 ;
Exceptionpublic ListMailgroupResp list(ListMailgroupReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=mail&resource=mailgroup&version=v1 ;
Exceptionpublic ListMailgroupResp list(ListMailgroupReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=mail&resource=mailgroup&version=v1 ;
Exceptionpublic PatchMailgroupResp patch(PatchMailgroupReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=mail&resource=mailgroup&version=v1 ;
Exceptionpublic PatchMailgroupResp patch(PatchMailgroupReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=mail&resource=mailgroup&version=v1 ;
Exceptionpublic UpdateMailgroupResp update(UpdateMailgroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateMailgroupResp update(UpdateMailgroupReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.