public class FileComment extends Object
| 构造器和说明 |
|---|
FileComment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchQueryFileCommentResp |
batchQuery(BatchQueryFileCommentReq req)
批量获取评论,该接口用于根据评论 ID 列表批量获取云文档评论信息,包括评论和回复 ID、回复的内容、评论人和回复人的用户 ID 等。
|
BatchQueryFileCommentResp |
batchQuery(BatchQueryFileCommentReq req,
RequestOptions reqOptions)
批量获取评论,该接口用于根据评论 ID 列表批量获取云文档评论信息,包括评论和回复 ID、回复的内容、评论人和回复人的用户 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 分页获取文档所有评论信息,包括评论和回复 ID、回复的内容、评论人和回复人的用户 ID 等。
|
ListFileCommentResp |
list(ListFileCommentReq req,
RequestOptions reqOptions)
获取云文档所有评论,该接口用于根据云文档 Token 分页获取文档所有评论信息,包括评论和回复 ID、回复的内容、评论人和回复人的用户 ID 等。
|
PatchFileCommentResp |
patch(PatchFileCommentReq req)
解决/恢复评论,解决或恢复云文档中的评论。
|
PatchFileCommentResp |
patch(PatchFileCommentReq req,
RequestOptions reqOptions)
解决/恢复评论,解决或恢复云文档中的评论。
|
public FileComment(Config config)
public BatchQueryFileCommentResp batchQuery(BatchQueryFileCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic BatchQueryFileCommentResp batchQuery(BatchQueryFileCommentReq req) throws Exception
Exceptionpublic CreateFileCommentResp create(CreateFileCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateFileCommentResp create(CreateFileCommentReq req) throws Exception
Exceptionpublic GetFileCommentResp get(GetFileCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetFileCommentResp get(GetFileCommentReq req) throws Exception
Exceptionpublic ListFileCommentResp list(ListFileCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListFileCommentResp list(ListFileCommentReq req) throws Exception
Exceptionpublic PatchFileCommentResp patch(PatchFileCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchFileCommentResp patch(PatchFileCommentReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.