类 DocContent.Builder
java.lang.Object
com.lark.oapi.service.lingo.v1.model.DocContent.Builder
- 封闭类:
DocContent
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()无序列表子节点代码块container(DocContainer container) 容器contentType(DocContentContentTypeEnum contentType) 内容类型contentType(Integer contentType) 内容类型divider(DocDivider divider) 分割线heading(DocHeading heading) 标题节点ID图片链接ordered(DocRodered ordered) 有序列表纯文本用户
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
节点ID示例值:xxxxx
- 参数:
id-- 返回:
-
children
子节点示例值:
- 参数:
children-- 返回:
-
contentType
内容类型示例值:1
- 参数:
contentType-- 返回:
-
contentType
内容类型示例值:1
- 参数:
contentType-DocContentContentTypeEnum- 返回:
-
text
纯文本示例值:
- 参数:
text-- 返回:
-
heading
标题示例值:
- 参数:
heading-- 返回:
-
bullet
无序列表示例值:
- 参数:
bullet-- 返回:
-
ordered
有序列表示例值:
- 参数:
ordered-- 返回:
-
code
代码块示例值:
- 参数:
code-- 返回:
-
link
链接示例值:
- 参数:
link-- 返回:
-
image
图片示例值:
- 参数:
image-- 返回:
-
user
用户示例值:
- 参数:
user-- 返回:
-
divider
分割线示例值:
- 参数:
divider-- 返回:
-
container
容器示例值:
- 参数:
container-- 返回:
-
build
-