public class FileComment extends Object
| 构造器和说明 |
|---|
FileComment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchQueryFileCommentResp |
batchQuery(BatchQueryFileCommentReq req)
批量获取评论,该接口用于根据评论 ID 列表批量获取评论。
|
BatchQueryFileCommentResp |
batchQuery(BatchQueryFileCommentReq req,
RequestOptions reqOptions)
批量获取评论,该接口用于根据评论 ID 列表批量获取评论。
|
CreateFileCommentResp |
create(CreateFileCommentReq req)
添加评论,往云文档添加一条全局评论。
|
CreateFileCommentResp |
create(CreateFileCommentReq req,
RequestOptions reqOptions)
添加评论,往云文档添加一条全局评论。
|
GetFileCommentResp |
get(GetFileCommentReq req)
获取评论,获取云文档中的某条评论。
|
GetFileCommentResp |
get(GetFileCommentReq req,
RequestOptions reqOptions)
获取评论,获取云文档中的某条评论。
|
ListFileCommentResp |
list(ListFileCommentReq req)
分页获取文档评论,该接口用于根据文档 token 分页获取文档评论。
|
ListFileCommentResp |
list(ListFileCommentReq req,
RequestOptions reqOptions)
分页获取文档评论,该接口用于根据文档 token 分页获取文档评论。
|
PatchFileCommentResp |
patch(PatchFileCommentReq req)
解决/恢复 评论,解决或恢复云文档中的评论。
|
PatchFileCommentResp |
patch(PatchFileCommentReq req,
RequestOptions reqOptions)
解决/恢复 评论,解决或恢复云文档中的评论。
|
public FileComment(Config config)
public BatchQueryFileCommentResp batchQuery(BatchQueryFileCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/batch_query ;
Exceptionpublic BatchQueryFileCommentResp batchQuery(BatchQueryFileCommentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/batch_query ;
Exceptionpublic CreateFileCommentResp create(CreateFileCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/create ;
Exceptionpublic CreateFileCommentResp create(CreateFileCommentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/create ;
Exceptionpublic GetFileCommentResp get(GetFileCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/get ;
Exceptionpublic GetFileCommentResp get(GetFileCommentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/get ;
Exceptionpublic ListFileCommentResp list(ListFileCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/list ;
Exceptionpublic ListFileCommentResp list(ListFileCommentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/list ;
Exceptionpublic PatchFileCommentResp patch(PatchFileCommentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/patch ;
Exceptionpublic PatchFileCommentResp patch(PatchFileCommentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/patch ;
ExceptionCopyright © 2025. All rights reserved.