public class Pathway extends Object
Pathway(Config config)
ActivePathwayResp
active(ActivePathwayReq req)
active(ActivePathwayReq req, RequestOptions reqOptions)
BatchGetPathwayResp
batchGet(BatchGetPathwayReq req)
batchGet(BatchGetPathwayReq req, RequestOptions reqOptions)
CreatePathwayResp
create(CreatePathwayReq req)
create(CreatePathwayReq req, RequestOptions reqOptions)
DeletePathwayResp
delete(DeletePathwayReq req)
delete(DeletePathwayReq req, RequestOptions reqOptions)
PatchPathwayResp
patch(PatchPathwayReq req)
patch(PatchPathwayReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pathway(Config config)
public ActivePathwayResp active(ActivePathwayReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=active&project=corehr&resource=pathway&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/ActivePathwaySample.java ;
Exception
public ActivePathwayResp active(ActivePathwayReq req) throws Exception
public BatchGetPathwayResp batchGet(BatchGetPathwayReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_get&project=corehr&resource=pathway&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/BatchGetPathwaySample.java ;
public BatchGetPathwayResp batchGet(BatchGetPathwayReq req) throws Exception
public CreatePathwayResp create(CreatePathwayReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=corehr&resource=pathway&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/CreatePathwaySample.java ;
public CreatePathwayResp create(CreatePathwayReq req) throws Exception
public DeletePathwayResp delete(DeletePathwayReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=corehr&resource=pathway&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/DeletePathwaySample.java ;
public DeletePathwayResp delete(DeletePathwayReq req) throws Exception
public PatchPathwayResp patch(PatchPathwayReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=pathway&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/PatchPathwaySample.java ;
public PatchPathwayResp patch(PatchPathwayReq req) throws Exception
Copyright © 2025. All rights reserved.