public class ExternalOffer extends Object
ExternalOffer(Config config)
BatchQueryExternalOfferResp
batchQuery(BatchQueryExternalOfferReq req)
batchQuery(BatchQueryExternalOfferReq req, RequestOptions reqOptions)
CreateExternalOfferResp
create(CreateExternalOfferReq req)
create(CreateExternalOfferReq req, RequestOptions reqOptions)
DeleteExternalOfferResp
delete(DeleteExternalOfferReq req)
delete(DeleteExternalOfferReq req, RequestOptions reqOptions)
UpdateExternalOfferResp
update(UpdateExternalOfferReq req)
update(UpdateExternalOfferReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExternalOffer(Config config)
public BatchQueryExternalOfferResp batchQuery(BatchQueryExternalOfferReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_query&project=hire&resource=external_offer&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/BatchQueryExternalOfferSample.java ;
Exception
public BatchQueryExternalOfferResp batchQuery(BatchQueryExternalOfferReq req) throws Exception
public CreateExternalOfferResp create(CreateExternalOfferReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=hire&resource=external_offer&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/CreateExternalOfferSample.java ;
public CreateExternalOfferResp create(CreateExternalOfferReq req) throws Exception
public DeleteExternalOfferResp delete(DeleteExternalOfferReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=hire&resource=external_offer&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/DeleteExternalOfferSample.java ;
public DeleteExternalOfferResp delete(DeleteExternalOfferReq req) throws Exception
public UpdateExternalOfferResp update(UpdateExternalOfferReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=hire&resource=external_offer&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/UpdateExternalOfferSample.java ;
public UpdateExternalOfferResp update(UpdateExternalOfferReq req) throws Exception
Copyright © 2025. All rights reserved.