public static class DriveService.FileCommentReply extends Object
| 构造器和说明 |
|---|
FileCommentReply(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteFileCommentReplyResp |
delete(DeleteFileCommentReplyReq req)
删除回复,删除云文档中的某条回复。
|
DeleteFileCommentReplyResp |
delete(DeleteFileCommentReplyReq req,
RequestOptions reqOptions)
删除回复,删除云文档中的某条回复。
|
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 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 © 2022. All rights reserved.