public class Talent extends Object
Talent(Config config)
AddToFolderTalentResp
addToFolder(AddToFolderTalentReq req)
addToFolder(AddToFolderTalentReq req, RequestOptions reqOptions)
BatchGetIdTalentResp
batchGetId(BatchGetIdTalentReq req)
batchGetId(BatchGetIdTalentReq req, RequestOptions reqOptions)
CombinedCreateTalentResp
combinedCreate(CombinedCreateTalentReq req)
combinedCreate(CombinedCreateTalentReq req, RequestOptions reqOptions)
CombinedUpdateTalentResp
combinedUpdate(CombinedUpdateTalentReq req)
combinedUpdate(CombinedUpdateTalentReq req, RequestOptions reqOptions)
GetTalentResp
get(GetTalentReq req)
get(GetTalentReq req, RequestOptions reqOptions)
ListTalentResp
list(ListTalentReq req)
list(ListTalentReq req, RequestOptions reqOptions)
OnboardStatusTalentResp
onboardStatus(OnboardStatusTalentReq req)
onboardStatus(OnboardStatusTalentReq req, RequestOptions reqOptions)
RemoveToFolderTalentResp
removeToFolder(RemoveToFolderTalentReq req)
removeToFolder(RemoveToFolderTalentReq req, RequestOptions reqOptions)
TagTalentResp
tag(TagTalentReq req)
tag(TagTalentReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Talent(Config config)
public AddToFolderTalentResp addToFolder(AddToFolderTalentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent/add_to_folder ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/AddToFolderTalentSample.java ;
Exception
public AddToFolderTalentResp addToFolder(AddToFolderTalentReq req) throws Exception
public BatchGetIdTalentResp batchGetId(BatchGetIdTalentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent/batch_get_id ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/BatchGetIdTalentSample.java ;
public BatchGetIdTalentResp batchGetId(BatchGetIdTalentReq req) throws Exception
public CombinedCreateTalentResp combinedCreate(CombinedCreateTalentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent/combined_create ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/CombinedCreateTalentSample.java ;
public CombinedCreateTalentResp combinedCreate(CombinedCreateTalentReq req) throws Exception
public CombinedUpdateTalentResp combinedUpdate(CombinedUpdateTalentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent/combined_update ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/CombinedUpdateTalentSample.java ;
public CombinedUpdateTalentResp combinedUpdate(CombinedUpdateTalentReq req) throws Exception
public GetTalentResp get(GetTalentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent/get ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/GetTalentSample.java ;
public GetTalentResp get(GetTalentReq req) throws Exception
public ListTalentResp list(ListTalentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent/list ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/ListTalentSample.java ;
public ListTalentResp list(ListTalentReq req) throws Exception
public OnboardStatusTalentResp onboardStatus(OnboardStatusTalentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=onboard_status&project=hire&resource=talent&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/OnboardStatusTalentSample.java ;
public OnboardStatusTalentResp onboardStatus(OnboardStatusTalentReq req) throws Exception
public RemoveToFolderTalentResp removeToFolder(RemoveToFolderTalentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=remove_to_folder&project=hire&resource=talent&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/RemoveToFolderTalentSample.java ;
public RemoveToFolderTalentResp removeToFolder(RemoveToFolderTalentReq req) throws Exception
public TagTalentResp tag(TagTalentReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=tag&project=hire&resource=talent&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/TagTalentSample.java ;
public TagTalentResp tag(TagTalentReq req) throws Exception
Copyright © 2025. All rights reserved.