类 Objective.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.Objective.Builder
- 封闭类:
Objective
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明alignedObjectiveList(AlignObjective[] alignedObjectiveList) 被别人对齐的 Objective 列表aligningObjectiveList(AlignObjective[] aligningObjectiveList) Objective 对齐别人的 Objective 列表build()createTime(Integer createTime) Objective 的创建时间目标的IDObjective 下的 KeyResult 列表modifyTime(Integer modifyTime) Objective 的最后修改时间name(ObjectiveName name) Objective 的详细内容所属的OKR IDObjective 在所属 OKR 中的排序progress(ObjectiveProgress progress) Objective 对应的 Progress 详细内容Objective 评分,返回值为百分制分数,需要除以 100 以获得 OKR 页面上显示的 1 分制分数拥有者的用户 UUID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
目标的ID示例值:
- 参数:
id-- 返回:
-
okrId
所属的OKR ID示例值:
- 参数:
okrId-- 返回:
-
userId
拥有者的用户 UUID示例值:
- 参数:
userId-- 返回:
-
pos
Objective 在所属 OKR 中的排序示例值:
- 参数:
pos-- 返回:
-
score
Objective 评分,返回值为百分制分数,需要除以 100 以获得 OKR 页面上显示的 1 分制分数示例值:
- 参数:
score-- 返回:
-
name
Objective 的详细内容示例值:
- 参数:
name-- 返回:
-
progress
Objective 对应的 Progress 详细内容示例值:
- 参数:
progress-- 返回:
-
createTime
Objective 的创建时间示例值:
- 参数:
createTime-- 返回:
-
modifyTime
Objective 的最后修改时间示例值:
- 参数:
modifyTime-- 返回:
-
krList
Objective 下的 KeyResult 列表示例值:
- 参数:
krList-- 返回:
-
aligningObjectiveList
Objective 对齐别人的 Objective 列表示例值:
- 参数:
aligningObjectiveList-- 返回:
-
alignedObjectiveList
被别人对齐的 Objective 列表示例值:
- 参数:
alignedObjectiveList-- 返回:
-
build
-