public class Company extends Object
Company(Config config)
CreateCompanyResp
create(CreateCompanyReq req)
create(CreateCompanyReq req, RequestOptions reqOptions)
DeleteCompanyResp
delete(DeleteCompanyReq req)
delete(DeleteCompanyReq req, RequestOptions reqOptions)
GetCompanyResp
get(GetCompanyReq req)
get(GetCompanyReq req, RequestOptions reqOptions)
ListCompanyResp
list(ListCompanyReq req)
list(ListCompanyReq req, RequestOptions reqOptions)
PatchCompanyResp
patch(PatchCompanyReq req)
patch(PatchCompanyReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Company(Config config)
public CreateCompanyResp create(CreateCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/create ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv1/CreateCompanySample.java ;
Exception
public CreateCompanyResp create(CreateCompanyReq req) throws Exception
public DeleteCompanyResp delete(DeleteCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/delete ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv1/DeleteCompanySample.java ;
public DeleteCompanyResp delete(DeleteCompanyReq req) throws Exception
public GetCompanyResp get(GetCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/get ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv1/GetCompanySample.java ;
public GetCompanyResp get(GetCompanyReq req) throws Exception
public ListCompanyResp list(ListCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/company/list ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv1/ListCompanySample.java ;
public ListCompanyResp list(ListCompanyReq req) throws Exception
public PatchCompanyResp patch(PatchCompanyReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=company&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv1/PatchCompanySample.java ;
public PatchCompanyResp patch(PatchCompanyReq req) throws Exception
Copyright © 2024. All rights reserved.