类 FileComment
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明批量获取评论,该接口用于根据评论 ID 列表批量获取评论。batchQuery(BatchQueryFileCommentReq req, RequestOptions reqOptions) 批量获取评论,该接口用于根据评论 ID 列表批量获取评论。添加评论,往云文档添加一条全局评论。create(CreateFileCommentReq req, RequestOptions reqOptions) 添加评论,往云文档添加一条全局评论。get(GetFileCommentReq req) 获取评论,获取云文档中的某条评论。get(GetFileCommentReq req, RequestOptions reqOptions) 获取评论,获取云文档中的某条评论。list(ListFileCommentReq req) 分页获取文档评论,该接口用于根据文档 token 分页获取文档评论。list(ListFileCommentReq req, RequestOptions reqOptions) 分页获取文档评论,该接口用于根据文档 token 分页获取文档评论。patch(PatchFileCommentReq req) 解决/恢复 评论,解决或恢复云文档中的评论。patch(PatchFileCommentReq req, RequestOptions reqOptions) 解决/恢复 评论,解决或恢复云文档中的评论。
-
构造器详细资料
-
FileComment
-
-
方法详细资料
-
batchQuery
public BatchQueryFileCommentResp batchQuery(BatchQueryFileCommentReq req, RequestOptions reqOptions) throws Exception 批量获取评论,该接口用于根据评论 ID 列表批量获取评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/batch_query ;
- 抛出:
Exception
-
batchQuery
批量获取评论,该接口用于根据评论 ID 列表批量获取评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/batch_query ;
- 抛出:
Exception
-
create
public CreateFileCommentResp create(CreateFileCommentReq req, RequestOptions reqOptions) throws Exception 添加评论,往云文档添加一条全局评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/create ;
- 抛出:
Exception
-
create
添加评论,往云文档添加一条全局评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/create ;
- 抛出:
Exception
-
get
获取评论,获取云文档中的某条评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/get ;
- 抛出:
Exception
-
get
获取评论,获取云文档中的某条评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/get ;
- 抛出:
Exception
-
list
分页获取文档评论,该接口用于根据文档 token 分页获取文档评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/list ;
- 抛出:
Exception
-
list
分页获取文档评论,该接口用于根据文档 token 分页获取文档评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/list ;
- 抛出:
Exception
-
patch
public PatchFileCommentResp patch(PatchFileCommentReq req, RequestOptions reqOptions) throws Exception 解决/恢复 评论,解决或恢复云文档中的评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/patch ;
- 抛出:
Exception
-
patch
解决/恢复 评论,解决或恢复云文档中的评论。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/file-comment/patch ;
- 抛出:
Exception
-