类 ObjectiveIdWithKrId.Builder
java.lang.Object
com.lark.oapi.service.docx.v1.model.ObjectiveIdWithKrId.Builder
- 封闭类:
ObjectiveIdWithKrId
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()Key Result 的 ID 列表,此值为空时插入当前 Objective 下的所有 Key ResultobjectiveId(String objectiveId) OKR 中 Objective 的 ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
objectiveId
OKR 中 Objective 的 ID示例值:7109022409227026460
- 参数:
objectiveId-- 返回:
-
krIds
Key Result 的 ID 列表,此值为空时插入当前 Objective 下的所有 Key Result示例值:["7109022573011894300","7109022546444517404"]
- 参数:
krIds-- 返回:
-
build
-