public class Location extends Object
Location(Config config)
ActiveLocationResp
active(ActiveLocationReq req)
active(ActiveLocationReq req, RequestOptions reqOptions)
BatchGetLocationResp
batchGet(BatchGetLocationReq req)
batchGet(BatchGetLocationReq req, RequestOptions reqOptions)
PatchLocationResp
patch(PatchLocationReq req)
patch(PatchLocationReq req, RequestOptions reqOptions)
QueryRecentChangeLocationResp
queryRecentChange(QueryRecentChangeLocationReq req)
queryRecentChange(QueryRecentChangeLocationReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Location(Config config)
public ActiveLocationResp active(ActiveLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=active&project=corehr&resource=location&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/ActiveLocationSample.java ;
Exception
public ActiveLocationResp active(ActiveLocationReq req) throws Exception
public BatchGetLocationResp batchGet(BatchGetLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_get&project=corehr&resource=location&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/BatchGetLocationSample.java ;
public BatchGetLocationResp batchGet(BatchGetLocationReq req) throws Exception
public PatchLocationResp patch(PatchLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=location&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/PatchLocationSample.java ;
public PatchLocationResp patch(PatchLocationReq req) throws Exception
public QueryRecentChangeLocationResp queryRecentChange(QueryRecentChangeLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query_recent_change&project=corehr&resource=location&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/QueryRecentChangeLocationSample.java ;
public QueryRecentChangeLocationResp queryRecentChange(QueryRecentChangeLocationReq req) throws Exception
Copyright © 2025. All rights reserved.