public class TaskComment extends Object
| 构造器和说明 |
|---|
TaskComment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateTaskCommentResp |
create(CreateTaskCommentReq req)
创建评论,该接口用于创建和回复任务的评论。
|
CreateTaskCommentResp |
create(CreateTaskCommentReq req,
RequestOptions reqOptions)
创建评论,该接口用于创建和回复任务的评论。
|
DeleteTaskCommentResp |
delete(DeleteTaskCommentReq req)
删除评论,该接口用于通过评论ID删除评论。
|
DeleteTaskCommentResp |
delete(DeleteTaskCommentReq req,
RequestOptions reqOptions)
删除评论,该接口用于通过评论ID删除评论。
|
GetTaskCommentResp |
get(GetTaskCommentReq req)
获取评论详情,该接口用于通过评论ID获取评论详情。
|
GetTaskCommentResp |
get(GetTaskCommentReq req,
RequestOptions reqOptions)
获取评论详情,该接口用于通过评论ID获取评论详情。
|
ListTaskCommentResp |
list(ListTaskCommentReq req)
获取评论列表,该接口用于查询任务评论列表,支持分页,最大值为100。
|
ListTaskCommentResp |
list(ListTaskCommentReq req,
RequestOptions reqOptions)
获取评论列表,该接口用于查询任务评论列表,支持分页,最大值为100。
|
UpdateTaskCommentResp |
update(UpdateTaskCommentReq req)
更新评论,该接口用于更新评论内容。
|
UpdateTaskCommentResp |
update(UpdateTaskCommentReq req,
RequestOptions reqOptions)
更新评论,该接口用于更新评论内容。
|
public TaskComment(Config config)
public CreateTaskCommentResp create(CreateTaskCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateTaskCommentResp create(CreateTaskCommentReq req) throws Exception
Exceptionpublic DeleteTaskCommentResp delete(DeleteTaskCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteTaskCommentResp delete(DeleteTaskCommentReq req) throws Exception
Exceptionpublic GetTaskCommentResp get(GetTaskCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetTaskCommentResp get(GetTaskCommentReq req) throws Exception
Exceptionpublic ListTaskCommentResp list(ListTaskCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListTaskCommentResp list(ListTaskCommentReq req) throws Exception
Exceptionpublic UpdateTaskCommentResp update(UpdateTaskCommentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateTaskCommentResp update(UpdateTaskCommentReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.