public class Note extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateNoteResp |
create(CreateNoteReq req)
创建备注,为人才创建备注信息,支持在备注中@其他用户。
|
CreateNoteResp |
create(CreateNoteReq req,
RequestOptions reqOptions)
创建备注,为人才创建备注信息,支持在备注中@其他用户。
|
DeleteNoteResp |
delete(DeleteNoteReq req)
删除备注,根据备注 ID 删除备注。
|
DeleteNoteResp |
delete(DeleteNoteReq req,
RequestOptions reqOptions)
删除备注,根据备注 ID 删除备注。
|
GetNoteResp |
get(GetNoteReq req)
获取备注,根据备注 ID 查询人才备注信息,包括备注内容、人才 ID、投递 ID 等。
|
GetNoteResp |
get(GetNoteReq req,
RequestOptions reqOptions)
获取备注,根据备注 ID 查询人才备注信息,包括备注内容、人才 ID、投递 ID 等。
|
ListNoteResp |
list(ListNoteReq req)
获取备注列表,根据人才ID获取备注列表。
|
ListNoteResp |
list(ListNoteReq req,
RequestOptions reqOptions)
获取备注列表,根据人才ID获取备注列表。
|
PatchNoteResp |
patch(PatchNoteReq req)
更新备注,根据备注 ID 更新备注信息。
|
PatchNoteResp |
patch(PatchNoteReq req,
RequestOptions reqOptions)
更新备注,根据备注 ID 更新备注信息。
|
public Note(Config config)
public CreateNoteResp create(CreateNoteReq req, RequestOptions reqOptions) throws Exception
## 注意事项;;在备注中@其他用户时,会同时赋予该用户查看该人才的权限,即该用户有权限在「飞书招聘」产品中查看该人才。 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=hire&resource=note&version=v1 ;
Exceptionpublic CreateNoteResp create(CreateNoteReq req) throws Exception
## 注意事项;;在备注中@其他用户时,会同时赋予该用户查看该人才的权限,即该用户有权限在「飞书招聘」产品中查看该人才。 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=hire&resource=note&version=v1 ;
Exceptionpublic DeleteNoteResp delete(DeleteNoteReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=hire&resource=note&version=v1 ;
Exceptionpublic DeleteNoteResp delete(DeleteNoteReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=hire&resource=note&version=v1 ;
Exceptionpublic GetNoteResp get(GetNoteReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=hire&resource=note&version=v1 ;
Exceptionpublic GetNoteResp get(GetNoteReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=hire&resource=note&version=v1 ;
Exceptionpublic ListNoteResp list(ListNoteReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=note&version=v1 ;
Exceptionpublic ListNoteResp list(ListNoteReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=note&version=v1 ;
Exceptionpublic PatchNoteResp patch(PatchNoteReq req, RequestOptions reqOptions) throws Exception
## 注意事项;;在备注中@其他用户时,会同时赋予该用户查看该人才的权限,即该用户有权限在「飞书招聘」产品中查看该人才。 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=hire&resource=note&version=v1 ;
Exceptionpublic PatchNoteResp patch(PatchNoteReq req) throws Exception
## 注意事项;;在备注中@其他用户时,会同时赋予该用户查看该人才的权限,即该用户有权限在「飞书招聘」产品中查看该人才。 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=hire&resource=note&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.