public class Location extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateLocationResp |
create(CreateLocationReq req)
|
CreateLocationResp |
create(CreateLocationReq req,
RequestOptions reqOptions)
|
DeleteLocationResp |
delete(DeleteLocationReq req)
|
DeleteLocationResp |
delete(DeleteLocationReq req,
RequestOptions reqOptions)
|
GetLocationResp |
get(GetLocationReq req)
|
GetLocationResp |
get(GetLocationReq req,
RequestOptions reqOptions)
|
ListLocationResp |
list(ListLocationReq req)
|
ListLocationResp |
list(ListLocationReq req,
RequestOptions reqOptions)
|
public Location(Config config)
public CreateLocationResp create(CreateLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/location/create ;
Exceptionpublic CreateLocationResp create(CreateLocationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/location/create ;
Exceptionpublic DeleteLocationResp delete(DeleteLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/location/delete ;
Exceptionpublic DeleteLocationResp delete(DeleteLocationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/location/delete ;
Exceptionpublic GetLocationResp get(GetLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/location/get ;
Exceptionpublic GetLocationResp get(GetLocationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/location/get ;
Exceptionpublic ListLocationResp list(ListLocationReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/location/list ;
Exceptionpublic ListLocationResp list(ListLocationReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/location/list ;
ExceptionCopyright © 2024. All rights reserved.