public class FileCommentReply extends Object
| 构造器和说明 |
|---|
FileCommentReply(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteFileCommentReplyResp |
delete(DeleteFileCommentReplyReq req)
删除回复,删除云文档中的某条回复。
|
DeleteFileCommentReplyResp |
delete(DeleteFileCommentReplyReq req,
RequestOptions reqOptions)
删除回复,删除云文档中的某条回复。
|
ListFileCommentReplyResp |
list(ListFileCommentReplyReq req)
获取回复,该接口用于根据评论 ID 以及分页参数,获取回复。
|
ListFileCommentReplyResp |
list(ListFileCommentReplyReq req,
RequestOptions reqOptions)
获取回复,该接口用于根据评论 ID 以及分页参数,获取回复。
|
UpdateFileCommentReplyResp |
update(UpdateFileCommentReplyReq req)
更新回复,更新云文档中的某条回复。
|
UpdateFileCommentReplyResp |
update(UpdateFileCommentReplyReq req,
RequestOptions reqOptions)
更新回复,更新云文档中的某条回复。
|
public FileCommentReply(Config config)
public DeleteFileCommentReplyResp delete(DeleteFileCommentReplyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/delete ;
Exceptionpublic DeleteFileCommentReplyResp delete(DeleteFileCommentReplyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/delete ;
Exceptionpublic ListFileCommentReplyResp list(ListFileCommentReplyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/list ;
Exceptionpublic ListFileCommentReplyResp list(ListFileCommentReplyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/list ;
Exceptionpublic UpdateFileCommentReplyResp update(UpdateFileCommentReplyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/update ;
Exceptionpublic UpdateFileCommentReplyResp update(UpdateFileCommentReplyReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/update ;
ExceptionCopyright © 2025. All rights reserved.