public class Attachment extends Object
| 构造器和说明 |
|---|
Attachment(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAttachmentResp |
create()
|
CreateAttachmentResp |
create(RequestOptions reqOptions)
|
GetAttachmentResp |
get(GetAttachmentReq req)
获取附件信息,获取招聘系统中附件的元信息,比如文件名、创建时间、文件url等
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/attachment/get ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/GetAttachmentSample.java ;
|
GetAttachmentResp |
get(GetAttachmentReq req,
RequestOptions reqOptions)
获取附件信息,获取招聘系统中附件的元信息,比如文件名、创建时间、文件url等
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/attachment/get ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/GetAttachmentSample.java ;
|
PreviewAttachmentResp |
preview(PreviewAttachmentReq req)
|
PreviewAttachmentResp |
preview(PreviewAttachmentReq req,
RequestOptions reqOptions)
|
public Attachment(Config config)
public CreateAttachmentResp create(RequestOptions reqOptions) throws Exception
Exceptionpublic CreateAttachmentResp create() throws Exception
Exceptionpublic GetAttachmentResp get(GetAttachmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/attachment/get ;
Exceptionpublic GetAttachmentResp get(GetAttachmentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/attachment/get ;
Exceptionpublic PreviewAttachmentResp preview(PreviewAttachmentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/attachment/preview ;
Exceptionpublic PreviewAttachmentResp preview(PreviewAttachmentReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/attachment/preview ;
ExceptionCopyright © 2025. All rights reserved.