类 UpsertObjectiveKr.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.UpsertObjectiveKr.Builder
- 封闭类:
UpsertObjectiveKr
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()OKR内容mentionList(String[] mentionList) 负责人列表progressList(ProgressItem[] progressList) Objective进度列表progressRate(ProgressRate progressRate) Objective进度状态得分OKR权重
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
content
OKR内容示例值:okr
- 参数:
content-- 返回:
-
mentionList
负责人列表示例值:
- 参数:
mentionList-- 返回:
-
score
得分示例值:100
- 参数:
score-- 返回:
-
progressRate
Objective进度状态示例值:
- 参数:
progressRate-- 返回:
-
progressList
Objective进度列表示例值:
- 参数:
progressList-- 返回:
-
weight
OKR权重示例值:100
- 参数:
weight-- 返回:
-
build
-