public class TaskFollower extends Object
| 构造器和说明 |
|---|
TaskFollower(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateTaskFollowerResp |
create(CreateTaskFollowerReq req)
新增关注人,该接口用于新增任务关注人。
|
CreateTaskFollowerResp |
create(CreateTaskFollowerReq req,
RequestOptions reqOptions)
新增关注人,该接口用于新增任务关注人。
|
DeleteTaskFollowerResp |
delete(DeleteTaskFollowerReq req)
删除指定关注人,该接口用于删除任务关注人。
|
DeleteTaskFollowerResp |
delete(DeleteTaskFollowerReq req,
RequestOptions reqOptions)
删除指定关注人,该接口用于删除任务关注人。
|
ListTaskFollowerResp |
list(ListTaskFollowerReq req)
获取关注人列表,该接口用于查询任务关注人列表,支持分页,最大值为50。
|
ListTaskFollowerResp |
list(ListTaskFollowerReq req,
RequestOptions reqOptions)
获取关注人列表,该接口用于查询任务关注人列表,支持分页,最大值为50。
|
public TaskFollower(Config config)
public CreateTaskFollowerResp create(CreateTaskFollowerReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateTaskFollowerResp create(CreateTaskFollowerReq req) throws Exception
Exceptionpublic DeleteTaskFollowerResp delete(DeleteTaskFollowerReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteTaskFollowerResp delete(DeleteTaskFollowerReq req) throws Exception
Exceptionpublic ListTaskFollowerResp list(ListTaskFollowerReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListTaskFollowerResp list(ListTaskFollowerReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.