public class OkrObjectiveAlignment extends Object
| 构造器和说明 |
|---|
OkrObjectiveAlignment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateOkrObjectiveAlignmentResp |
create(CreateOkrObjectiveAlignmentReq req)
创建目标对齐关系,为指定目标与另一个目标创建对齐关系,在 OKR 结构中建立层级对齐。
|
CreateOkrObjectiveAlignmentResp |
create(CreateOkrObjectiveAlignmentReq req,
RequestOptions reqOptions)
创建目标对齐关系,为指定目标与另一个目标创建对齐关系,在 OKR 结构中建立层级对齐。
|
ListOkrObjectiveAlignmentResp |
list(ListOkrObjectiveAlignmentReq req)
获取目标的对齐信息,分页获取指定目标的对齐关系列表,包含被其他目标对齐(被对齐)和对齐到其他目标(对齐)两种类型的对齐信息,以及发起方和被对齐方的负责人与实体详情。
|
ListOkrObjectiveAlignmentResp |
list(ListOkrObjectiveAlignmentReq req,
RequestOptions reqOptions)
获取目标的对齐信息,分页获取指定目标的对齐关系列表,包含被其他目标对齐(被对齐)和对齐到其他目标(对齐)两种类型的对齐信息,以及发起方和被对齐方的负责人与实体详情。
|
public OkrObjectiveAlignment(Config config)
public CreateOkrObjectiveAlignmentResp create(CreateOkrObjectiveAlignmentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateOkrObjectiveAlignmentResp create(CreateOkrObjectiveAlignmentReq req) throws Exception
Exceptionpublic ListOkrObjectiveAlignmentResp list(ListOkrObjectiveAlignmentReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListOkrObjectiveAlignmentResp list(ListOkrObjectiveAlignmentReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.