类 OkrObjective.Builder
java.lang.Object
com.lark.oapi.service.docx.v1.model.OkrObjective.Builder
- 封闭类:
OkrObjective
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()confidential(Boolean confidential) 是否在 OKR 平台设置了私密权限Objective 的文本内容objectiveId(String objectiveId) Objective IDObjective 的位置编号,对应 Block 中 O1、O2 的 1、2progressRate(OkrProgressRate progressRate) 进展信息打分信息OKR Block 中是否展示该 ObjectiveObjective 的权重
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
objectiveId
Objective ID示例值:"7109022409227026460"
- 参数:
objectiveId-- 返回:
-
confidential
是否在 OKR 平台设置了私密权限示例值:false
- 参数:
confidential-- 返回:
-
position
Objective 的位置编号,对应 Block 中 O1、O2 的 1、2示例值:1
- 参数:
position-- 返回:
-
score
打分信息示例值:0
- 参数:
score-- 返回:
-
visible
OKR Block 中是否展示该 Objective示例值:true
- 参数:
visible-- 返回:
-
weight
Objective 的权重示例值:1.0
- 参数:
weight-- 返回:
-
progressRate
进展信息示例值:
- 参数:
progressRate-- 返回:
-
content
Objective 的文本内容示例值:
- 参数:
content-- 返回:
-
build
-