public class TalentPool extends Object
TalentPool(Config config)
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 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 ;
Exception
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 © 2024. All rights reserved.