类 Document.Builder
java.lang.Object
com.lark.oapi.service.security_and_compliance.v1.model.Document.Builder
- 封闭类:
Document
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()objectStatus(DocumentDocumentStatusEnum objectStatus) 文档状态objectStatus(Integer objectStatus) 文档状态objectType(DocumentDocumentTypeEnum objectType) 文档类型objectType(Integer objectType) 文档类型owner(SimpleUser owner) 文档所有者文档标题文档唯一标识tokenupdateTime(Integer updateTime) 文档更新时间戳
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
token
文档唯一标识token示例值:
- 参数:
token-- 返回:
-
title
文档标题示例值:
- 参数:
title-- 返回:
-
updateTime
文档更新时间戳示例值:
- 参数:
updateTime-- 返回:
-
objectStatus
文档状态示例值:
- 参数:
objectStatus-- 返回:
-
objectStatus
文档状态示例值:
- 参数:
objectStatus-DocumentDocumentStatusEnum- 返回:
-
objectType
文档类型示例值:
- 参数:
objectType-- 返回:
-
objectType
文档类型示例值:
- 参数:
objectType-DocumentDocumentTypeEnum- 返回:
-
owner
文档所有者示例值:
- 参数:
owner-- 返回:
-
build
-