类 File.Builder
java.lang.Object
com.lark.oapi.service.drive.v1.model.File.Builder
- 封闭类:
File
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()createdTime(String createdTime) 文件创建时间modifiedTime(String modifiedTime) 文件最近修改时间文件名文件所有者parentToken(String parentToken) 父文件夹标识shortcutInfo(ShortcutInfo shortcutInfo) 快捷方式文件信息文件标识文件类型在浏览器中查看的链接
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
token
文件标识示例值:fldcnP8B5Fpr3UwVi24JykpuOic
- 参数:
token-- 返回:
-
name
文件名示例值:测试
- 参数:
name-- 返回:
-
type
文件类型示例值:doc
- 参数:
type-- 返回:
-
parentToken
父文件夹标识示例值:fldcnP8B5Fpr3UwVi24JykpuOic
- 参数:
parentToken-- 返回:
-
url
在浏览器中查看的链接示例值:https://bytedance.feishu.cn/drive/folder/fldcnP8B5Fpr3UwVi24JykpuOic
- 参数:
url-- 返回:
-
shortcutInfo
快捷方式文件信息示例值:
- 参数:
shortcutInfo-- 返回:
-
createdTime
文件创建时间示例值:1686125119
- 参数:
createdTime-- 返回:
-
modifiedTime
文件最近修改时间示例值:1686125119
- 参数:
modifiedTime-- 返回:
-
ownerId
文件所有者示例值:ou_b13d41c02edc52ce66aaae67bf1abcef
- 参数:
ownerId-- 返回:
-
build
-