| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TagText |
build() |
TagText.Builder |
tagRichtext(String tagRichtext)
富文本格式的填写内容,解析方式见 [editor](https://open.larkoffice.com/document/client-docs/gadget/component-component/basic-component/form/editor#51af2f4f)
示例值:{"ops":[{"name":"insert","text":"qwerty","attributes":{"bold":true}}]}
|
TagText.Builder |
tagText(String tagText)
评估人在该标签下填写的文本
示例值:qwertyu
|
TagText.Builder |
tagTextId(String tagTextId)
标签 ID
示例值:7343513161666707459
|
public TagText.Builder tagTextId(String tagTextId)
示例值:7343513161666707459
tagTextId - public TagText.Builder tagText(String tagText)
示例值:qwertyu
tagText - public TagText.Builder tagRichtext(String tagRichtext)
示例值:{"ops":[{"name":"insert","text":"qwerty","attributes":{"bold":true}}]}
tagRichtext - public TagText build()
Copyright © 2025. All rights reserved.