类 Meta.Builder
java.lang.Object
com.lark.oapi.service.drive.v1.model.Meta.Builder
- 封闭类:
Meta
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()createTime(String createTime) 创建时间(Unix时间戳)文件token文件类型latestModifyTime(String latestModifyTime) 最后编辑时间(Unix时间戳)latestModifyUser(String latestModifyUser) 最后编辑者文件所有者secLabelName(String secLabelName) 文档密级标签名称标题文档链接
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
docToken
文件token示例值:doccnfYZzTlvXqZIGTdAHKabcef
- 参数:
docToken-- 返回:
-
docType
文件类型示例值:doc
- 参数:
docType-- 返回:
-
title
标题示例值:sampletitle
- 参数:
title-- 返回:
-
ownerId
文件所有者示例值:ou_b13d41c02edc52ce66aaae67bf1abcef
- 参数:
ownerId-- 返回:
-
createTime
创建时间(Unix时间戳)示例值:1652066345
- 参数:
createTime-- 返回:
-
latestModifyUser
最后编辑者示例值:ou_b13d41c02edc52ce66aaae67bf1abcef
- 参数:
latestModifyUser-- 返回:
-
latestModifyTime
最后编辑时间(Unix时间戳)示例值:1652066345
- 参数:
latestModifyTime-- 返回:
-
url
文档链接示例值:https://sample.feishu.cn/docs/doccnfYZzTlvXqZIGTdAHKabcef
- 参数:
url-- 返回:
-
secLabelName
文档密级标签名称示例值:L2-内部
- 参数:
secLabelName-- 返回:
-
build
-