public static class DriveService.ExportTask extends Object
| 构造器和说明 |
|---|
ExportTask(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateExportTaskResp |
create(CreateExportTaskReq req)
|
CreateExportTaskResp |
create(CreateExportTaskReq req,
RequestOptions reqOptions)
|
DownloadExportTaskResp |
download(DownloadExportTaskReq req)
|
DownloadExportTaskResp |
download(DownloadExportTaskReq req,
RequestOptions reqOptions)
|
GetExportTaskResp |
get(GetExportTaskReq req)
查询导出任务结果,根据创建导出任务的ticket查询导出任务的结果
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/export_task/get
;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/drivev1/GetExportTaskSample.java
;
|
GetExportTaskResp |
get(GetExportTaskReq req,
RequestOptions reqOptions)
查询导出任务结果,根据创建导出任务的ticket查询导出任务的结果
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/export_task/get
;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/drivev1/GetExportTaskSample.java
;
|
public ExportTask(Config config)
public CreateExportTaskResp create(CreateExportTaskReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/export_task/create ;
Exceptionpublic CreateExportTaskResp create(CreateExportTaskReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/export_task/create ;
Exceptionpublic DownloadExportTaskResp download(DownloadExportTaskReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/export_task/download ;
Exceptionpublic DownloadExportTaskResp download(DownloadExportTaskReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/export_task/download ;
Exceptionpublic GetExportTaskResp get(GetExportTaskReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/export_task/get ;
Exceptionpublic GetExportTaskResp get(GetExportTaskReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/export_task/get ;
ExceptionCopyright © 2022. All rights reserved.