public class ProgressRecord extends Object
| 构造器和说明 |
|---|
ProgressRecord(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateProgressRecordResp |
create(CreateProgressRecordReq req)
创建 OKR 进展记录,创建 OKR 进展记录。
|
CreateProgressRecordResp |
create(CreateProgressRecordReq req,
RequestOptions reqOptions)
创建 OKR 进展记录,创建 OKR 进展记录。
|
DeleteProgressRecordResp |
delete(DeleteProgressRecordReq req)
删除 OKR 进展记录,根据 ID 删除 OKR 进展记录。
|
DeleteProgressRecordResp |
delete(DeleteProgressRecordReq req,
RequestOptions reqOptions)
删除 OKR 进展记录,根据 ID 删除 OKR 进展记录。
|
GetProgressRecordResp |
get(GetProgressRecordReq req)
获取 OKR 进展记录,根据 ID 获取 OKR 进展记录详情,接口返回进展记录的内容、更新时间以及进展百分比和状态。
|
GetProgressRecordResp |
get(GetProgressRecordReq req,
RequestOptions reqOptions)
获取 OKR 进展记录,根据 ID 获取 OKR 进展记录详情,接口返回进展记录的内容、更新时间以及进展百分比和状态。
|
UpdateProgressRecordResp |
update(UpdateProgressRecordReq req)
更新 OKR 进展记录,根据 OKR 进展记录 ID 更新进展详情。
|
UpdateProgressRecordResp |
update(UpdateProgressRecordReq req,
RequestOptions reqOptions)
更新 OKR 进展记录,根据 OKR 进展记录 ID 更新进展详情。
|
public ProgressRecord(Config config)
public CreateProgressRecordResp create(CreateProgressRecordReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateProgressRecordResp create(CreateProgressRecordReq req) throws Exception
Exceptionpublic DeleteProgressRecordResp delete(DeleteProgressRecordReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteProgressRecordResp delete(DeleteProgressRecordReq req) throws Exception
Exceptionpublic GetProgressRecordResp get(GetProgressRecordReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetProgressRecordResp get(GetProgressRecordReq req) throws Exception
Exceptionpublic UpdateProgressRecordResp update(UpdateProgressRecordReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdateProgressRecordResp update(UpdateProgressRecordReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.