类 DriveService.FileCommentReply
java.lang.Object
com.lark.oapi.service.drive.v1.DriveService.FileCommentReply
- 封闭类:
DriveService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明删除回复,删除云文档中的某条回复。delete(DeleteFileCommentReplyReq req, RequestOptions reqOptions) 删除回复,删除云文档中的某条回复。更新回复,更新云文档中的某条回复。update(UpdateFileCommentReplyReq req, RequestOptions reqOptions) 更新回复,更新云文档中的某条回复。
-
构造器详细资料
-
FileCommentReply
-
-
方法详细资料
-
delete
public DeleteFileCommentReplyResp delete(DeleteFileCommentReplyReq req, RequestOptions reqOptions) throws Exception 删除回复,删除云文档中的某条回复。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/delete ;
- 抛出:
Exception
-
delete
删除回复,删除云文档中的某条回复。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/delete ;
- 抛出:
Exception
-
update
public UpdateFileCommentReplyResp update(UpdateFileCommentReplyReq req, RequestOptions reqOptions) throws Exception 更新回复,更新云文档中的某条回复。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/update ;
- 抛出:
Exception
-
update
更新回复,更新云文档中的某条回复。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment-reply/update ;
- 抛出:
Exception
-