public static class ContentParagraphElement.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ContentParagraphElement |
build() |
ContentParagraphElement.Builder |
docsLink(ContentDocsLink docsLink)
飞书云文档
示例值:
|
ContentParagraphElement.Builder |
person(ContentPerson person)
艾特用户
示例值:
|
ContentParagraphElement.Builder |
textRun(ContentTextRun textRun)
文本
示例值:
|
ContentParagraphElement.Builder |
type(ContentParagraphElementTypeEnum type)
元素类型
示例值:textRun
|
ContentParagraphElement.Builder |
type(String type)
元素类型
示例值:textRun
|
public ContentParagraphElement.Builder type(String type)
示例值:textRun
type - public ContentParagraphElement.Builder type(ContentParagraphElementTypeEnum type)
示例值:textRun
type - ContentParagraphElementTypeEnumpublic ContentParagraphElement.Builder textRun(ContentTextRun textRun)
示例值:
textRun - public ContentParagraphElement.Builder docsLink(ContentDocsLink docsLink)
示例值:
docsLink - public ContentParagraphElement.Builder person(ContentPerson person)
示例值:
person - public ContentParagraphElement build()
Copyright © 2025. All rights reserved.