类 CountryRegion
java.lang.Object
com.lark.oapi.service.corehr.v1.resource.CountryRegion
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get(GetCountryRegionReq req) 查询单条国家/地区信息,查询单条国家/地区信息get(GetCountryRegionReq req, RequestOptions reqOptions) 查询单条国家/地区信息,查询单条国家/地区信息list(ListCountryRegionReq req) 批量查询国家/地区信息,批量查询国家/地区信息list(ListCountryRegionReq req, RequestOptions reqOptions) 批量查询国家/地区信息,批量查询国家/地区信息
-
构造器详细资料
-
CountryRegion
-
-
方法详细资料
-
get
public GetCountryRegionResp get(GetCountryRegionReq req, RequestOptions reqOptions) throws Exception 查询单条国家/地区信息,查询单条国家/地区信息官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/country_region/get ;
- 抛出:
Exception
-
get
查询单条国家/地区信息,查询单条国家/地区信息官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/country_region/get ;
- 抛出:
Exception
-
list
public ListCountryRegionResp list(ListCountryRegionReq req, RequestOptions reqOptions) throws Exception 批量查询国家/地区信息,批量查询国家/地区信息官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/country_region/list ;
- 抛出:
Exception
-
list
批量查询国家/地区信息,批量查询国家/地区信息官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/country_region/list ;
- 抛出:
Exception
-