public static class ObjectiveData.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ObjectiveData |
build() |
ObjectiveData.Builder |
keyresultData(KeyresultData[] keyresultData)
评估的关键举措,当评估内容是对关键举措(KR)评估时有值
示例值:
|
ObjectiveData.Builder |
objectiveId(String objectiveId)
目标 ID
示例值:7343513161666707459
|
ObjectiveData.Builder |
richtext(String richtext)
富文本格式的填写内容,解析方式见 [editor](https://open.larkoffice.com/document/client-docs/gadget/component-component/basic-component/form/editor#51af2f4f)
示例值:{"ops":[{"name":"insert","text":"qwerty","attributes":{"bold":true}}]}
|
ObjectiveData.Builder |
score(String score)
目标的评分
示例值:1.1
|
ObjectiveData.Builder |
text(String text)
评估人在该填写项填写的文本
示例值:qwertyu
|
public ObjectiveData.Builder objectiveId(String objectiveId)
示例值:7343513161666707459
objectiveId - public ObjectiveData.Builder score(String score)
示例值:1.1
score - public ObjectiveData.Builder text(String text)
示例值:qwertyu
text - public ObjectiveData.Builder keyresultData(KeyresultData[] keyresultData)
示例值:
keyresultData - public ObjectiveData.Builder richtext(String richtext)
示例值:{"ops":[{"name":"insert","text":"qwerty","attributes":{"bold":true}}]}
richtext - public ObjectiveData build()
Copyright © 2025. All rights reserved.