public class TalentPool extends Object
TalentPool(Config config)
BatchChangeTalentPoolTalentPoolResp
batchChangeTalentPool(BatchChangeTalentPoolTalentPoolReq req)
batchChangeTalentPool(BatchChangeTalentPoolTalentPoolReq req, RequestOptions reqOptions)
MoveTalentTalentPoolResp
moveTalent(MoveTalentTalentPoolReq req)
moveTalent(MoveTalentTalentPoolReq req, RequestOptions reqOptions)
SearchTalentPoolResp
search(SearchTalentPoolReq req)
search(SearchTalentPoolReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TalentPool(Config config)
public BatchChangeTalentPoolTalentPoolResp batchChangeTalentPool(BatchChangeTalentPoolTalentPoolReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_change_talent_pool&project=hire&resource=talent_pool&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/BatchChangeTalentPoolTalentPoolSample.java ;
Exception
public BatchChangeTalentPoolTalentPoolResp batchChangeTalentPool(BatchChangeTalentPoolTalentPoolReq req) throws Exception
public MoveTalentTalentPoolResp moveTalent(MoveTalentTalentPoolReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=move_talent&project=hire&resource=talent_pool&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/MoveTalentTalentPoolSample.java ;
public MoveTalentTalentPoolResp moveTalent(MoveTalentTalentPoolReq req) throws Exception
public SearchTalentPoolResp search(SearchTalentPoolReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=hire&resource=talent_pool&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/SearchTalentPoolSample.java ;
public SearchTalentPoolResp search(SearchTalentPoolReq req) throws Exception
Copyright © 2025. All rights reserved.