类 ContentBlockElement.Builder
java.lang.Object
com.lark.oapi.service.okr.v1.model.ContentBlockElement.Builder
- 封闭类:
ContentBlockElement
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()gallery(ContentGallery gallery) 图片paragraph(ContentParagraph paragraph) 文本段落文档元素类型文档元素类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
type
文档元素类型示例值:paragraph
- 参数:
type-- 返回:
-
type
文档元素类型示例值:paragraph
- 参数:
type-ContentBlockElementTypeEnum- 返回:
-
paragraph
文本段落示例值:
- 参数:
paragraph-- 返回:
-
gallery
图片示例值:
- 参数:
gallery-- 返回:
-
build
-