public static class TaskService.TaskComment extends Object
| 构造器和说明 |
|---|
TaskComment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateTaskCommentResp |
create(CreateTaskCommentReq req) |
CreateTaskCommentResp |
create(CreateTaskCommentReq req,
RequestOptions reqOptions) |
DeleteTaskCommentResp |
delete(DeleteTaskCommentReq req) |
DeleteTaskCommentResp |
delete(DeleteTaskCommentReq req,
RequestOptions reqOptions) |
GetTaskCommentResp |
get(GetTaskCommentReq req) |
GetTaskCommentResp |
get(GetTaskCommentReq req,
RequestOptions reqOptions) |
ListTaskCommentResp |
list(ListTaskCommentReq req) |
ListTaskCommentResp |
list(ListTaskCommentReq req,
RequestOptions reqOptions) |
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 © 2022. All rights reserved.