类 MentionDoc.Builder
java.lang.Object
com.lark.oapi.service.docx.v1.model.MentionDoc.Builder
- 封闭类:
MentionDoc
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()objType(MentionDocMentionObjTypeEnum objType) 云文档类型云文档类型textElementStyle(TextElementStyle textElementStyle) 文本局部样式文档标题,只读属性云文档 token云文档链接(需要 url_encode)
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
token
云文档 token示例值:doxbc873Y7cXD153gXqb76G1Y9b
- 参数:
token-- 返回:
-
objType
云文档类型示例值:22
- 参数:
objType-- 返回:
-
objType
云文档类型示例值:22
- 参数:
objType-MentionDocMentionObjTypeEnum- 返回:
-
url
云文档链接(需要 url_encode)示例值:https%3A%2F%2Fbytedance.feishu-boe.cn%2Fdocx%2Fdoxbc873Y7cXD153gXqb76G1Y9b
- 参数:
url-- 返回:
-
title
文档标题,只读属性示例值:undefined
- 参数:
title-- 返回:
-
textElementStyle
文本局部样式示例值:
- 参数:
textElementStyle-- 返回:
-
build
-