public class LocationAddress extends Object
LocationAddress(Config config)
CreateLocationAddressResp
create(CreateLocationAddressReq req)
create(CreateLocationAddressReq req, RequestOptions reqOptions)
DeleteLocationAddressResp
delete(DeleteLocationAddressReq req)
delete(DeleteLocationAddressReq req, RequestOptions reqOptions)
PatchLocationAddressResp
patch(PatchLocationAddressReq req)
patch(PatchLocationAddressReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LocationAddress(Config config)
public CreateLocationAddressResp create(CreateLocationAddressReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=corehr&resource=location.address&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/CreateLocationAddressSample.java ;
Exception
public CreateLocationAddressResp create(CreateLocationAddressReq req) throws Exception
public DeleteLocationAddressResp delete(DeleteLocationAddressReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=corehr&resource=location.address&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/DeleteLocationAddressSample.java ;
public DeleteLocationAddressResp delete(DeleteLocationAddressReq req) throws Exception
public PatchLocationAddressResp patch(PatchLocationAddressReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=location.address&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/PatchLocationAddressSample.java ;
public PatchLocationAddressResp patch(PatchLocationAddressReq req) throws Exception
Copyright © 2025. All rights reserved.