类 TaskComment
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明创建评论,该接口用于创建和回复任务的评论。create(CreateTaskCommentReq req, RequestOptions reqOptions) 创建评论,该接口用于创建和回复任务的评论。删除评论,该接口用于通过评论ID删除评论delete(DeleteTaskCommentReq req, RequestOptions reqOptions) 删除评论,该接口用于通过评论ID删除评论get(GetTaskCommentReq req) 获取评论详情,该接口用于通过评论ID获取评论详情get(GetTaskCommentReq req, RequestOptions reqOptions) 获取评论详情,该接口用于通过评论ID获取评论详情list(ListTaskCommentReq req) 获取评论列表,该接口用于查询任务评论列表,支持分页,最大值为100list(ListTaskCommentReq req, RequestOptions reqOptions) 获取评论列表,该接口用于查询任务评论列表,支持分页,最大值为100更新评论,该接口用于更新评论内容update(UpdateTaskCommentReq req, RequestOptions reqOptions) 更新评论,该接口用于更新评论内容
-
构造器详细资料
-
TaskComment
-
-
方法详细资料
-
create
public CreateTaskCommentResp create(CreateTaskCommentReq req, RequestOptions reqOptions) throws Exception 创建评论,该接口用于创建和回复任务的评论。当parent_id字段为0时,为创建评论;当parent_id不为0时,为回复某条评论官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/create ;
- 抛出:
Exception
-
create
创建评论,该接口用于创建和回复任务的评论。当parent_id字段为0时,为创建评论;当parent_id不为0时,为回复某条评论官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/create ;
- 抛出:
Exception
-
delete
public DeleteTaskCommentResp delete(DeleteTaskCommentReq req, RequestOptions reqOptions) throws Exception 删除评论,该接口用于通过评论ID删除评论官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/delete ;
- 抛出:
Exception
-
delete
删除评论,该接口用于通过评论ID删除评论官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/delete ;
- 抛出:
Exception
-
get
获取评论详情,该接口用于通过评论ID获取评论详情官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/get ;
- 抛出:
Exception
-
get
获取评论详情,该接口用于通过评论ID获取评论详情官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/get ;
- 抛出:
Exception
-
list
获取评论列表,该接口用于查询任务评论列表,支持分页,最大值为100官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/list ;
- 抛出:
Exception
-
list
获取评论列表,该接口用于查询任务评论列表,支持分页,最大值为100官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/list ;
- 抛出:
Exception
-
update
public UpdateTaskCommentResp update(UpdateTaskCommentReq req, RequestOptions reqOptions) throws Exception 更新评论,该接口用于更新评论内容官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/update ;
- 抛出:
Exception
-
update
更新评论,该接口用于更新评论内容官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/task-v1/task-comment/update ;
- 抛出:
Exception
-