public class CostCenterVersion extends Object
CostCenterVersion(Config config)
CreateCostCenterVersionResp
create(CreateCostCenterVersionReq req)
create(CreateCostCenterVersionReq req, RequestOptions reqOptions)
DeleteCostCenterVersionResp
delete(DeleteCostCenterVersionReq req)
delete(DeleteCostCenterVersionReq req, RequestOptions reqOptions)
PatchCostCenterVersionResp
patch(PatchCostCenterVersionReq req)
patch(PatchCostCenterVersionReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CostCenterVersion(Config config)
public CreateCostCenterVersionResp create(CreateCostCenterVersionReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=corehr&resource=cost_center.version&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/CreateCostCenterVersionSample.java ;
Exception
public CreateCostCenterVersionResp create(CreateCostCenterVersionReq req) throws Exception
public DeleteCostCenterVersionResp delete(DeleteCostCenterVersionReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=corehr&resource=cost_center.version&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/DeleteCostCenterVersionSample.java ;
public DeleteCostCenterVersionResp delete(DeleteCostCenterVersionReq req) throws Exception
public PatchCostCenterVersionResp patch(PatchCostCenterVersionReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=cost_center.version&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/PatchCostCenterVersionSample.java ;
public PatchCostCenterVersionResp patch(PatchCostCenterVersionReq req) throws Exception
Copyright © 2025. All rights reserved.