public class Location extends Object
Location(Config config)
ListLocationResp
list(ListLocationReq req)
list(ListLocationReq req, RequestOptions reqOptions)
QueryLocationResp
query(QueryLocationReq req)
query(QueryLocationReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Location(Config config)
public ListLocationResp list(ListLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/location/list ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/ListLocationSample.java ;
Exception
public ListLocationResp list(ListLocationReq req) throws Exception
public QueryLocationResp query(QueryLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=hire&resource=location&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/hirev1/QueryLocationSample.java ;
public QueryLocationResp query(QueryLocationReq req) throws Exception
Copyright © 2024. All rights reserved.