public class FileCommentReply extends Object
| 构造器和说明 |
|---|
FileCommentReply(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateFileCommentReplyResp |
create(CreateFileCommentReplyReq req)
添加回复,使用该接口可对云文档中的某条评论进行回复,回复内容支持普通文本、云文档链接等。
|
CreateFileCommentReplyResp |
create(CreateFileCommentReplyReq req,
RequestOptions reqOptions)
添加回复,使用该接口可对云文档中的某条评论进行回复,回复内容支持普通文本、云文档链接等。
|
DeleteFileCommentReplyResp |
delete(DeleteFileCommentReplyReq req)
删除回复,删除云文档中的某条回复。
|
DeleteFileCommentReplyResp |
delete(DeleteFileCommentReplyReq req,
RequestOptions reqOptions)
删除回复,删除云文档中的某条回复。
|
ListFileCommentReplyResp |
list(ListFileCommentReplyReq req)
获取回复信息,该接口用于根据评论 ID,获取该条评论对应的回复信息,包括回复 ID、回复内容、回复人的用户 ID 等。
|
ListFileCommentReplyResp |
list(ListFileCommentReplyReq req,
RequestOptions reqOptions)
获取回复信息,该接口用于根据评论 ID,获取该条评论对应的回复信息,包括回复 ID、回复内容、回复人的用户 ID 等。
|
UpdateFileCommentReplyResp |
update(UpdateFileCommentReplyReq req)
更新回复的内容,更新云文档中的某条回复的内容。
|
UpdateFileCommentReplyResp |
update(UpdateFileCommentReplyReq req,
RequestOptions reqOptions)
更新回复的内容,更新云文档中的某条回复的内容。
|
public FileCommentReply(Config config)
public CreateFileCommentReplyResp create(CreateFileCommentReplyReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateFileCommentReplyResp create(CreateFileCommentReplyReq req) throws Exception
Exceptionpublic DeleteFileCommentReplyResp delete(DeleteFileCommentReplyReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteFileCommentReplyResp delete(DeleteFileCommentReplyReq req) throws Exception
Exceptionpublic ListFileCommentReplyResp list(ListFileCommentReplyReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListFileCommentReplyResp list(ListFileCommentReplyReq req) throws Exception
Exceptionpublic UpdateFileCommentReplyResp update(UpdateFileCommentReplyReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateFileCommentReplyResp update(UpdateFileCommentReplyReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.