public static class DownloadAppStorageReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DownloadAppStorageReq.Builder |
appId(String appId)
妙搭应用 id,可从妙搭应用 URL 中获取,如 https://miaoda.feishu.cn/app/app_4jcn5n11bpf5v 中的 app_4jcn5n11bpf5v 即为 app_id
示例值:app_4jcn5n11bpf5v
|
DownloadAppStorageReq |
build() |
DownloadAppStorageReq.Builder |
fileKey(String fileKey)
文件 ID,ID 和 URL 不能同时为空,都提供的情况下,使用 file_key
示例值:1859988692091946
|
DownloadAppStorageReq.Builder |
fileUrl(String fileUrl)
文件 URL,ID 和 URL 不能同时为空
示例值:/app/app_4jmwuym484u90/runtime/api/v1/storage/object/bucket_aadju74v6daba/1859988692091946
|
public DownloadAppStorageReq.Builder fileKey(String fileKey)
示例值:1859988692091946
fileKey - public DownloadAppStorageReq.Builder fileUrl(String fileUrl)
示例值:/app/app_4jmwuym484u90/runtime/api/v1/storage/object/bucket_aadju74v6daba/1859988692091946
fileUrl - public DownloadAppStorageReq.Builder appId(String appId)
示例值:app_4jcn5n11bpf5v
appId - public DownloadAppStorageReq build()
Copyright © 2026. All rights reserved.