| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.corehr.v2.model |
| 限定符和类型 | 方法和说明 |
|---|---|
SearchBasicInfoDistrictReqBody.Builder |
SearchBasicInfoDistrictReqBody.Builder.cityIdList(String[] cityIdList)
所属城市 ID 列表,可通过[查询城市信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/basic_info-city/search)接口列举,或从[批量查询地点](https://open.feishu.cn/document/server-docs/corehr-v1/organization-management/location/list)接口返回的 `location.address.city_v2_id`、[搜索员工信息](https://open.feishu.cn/document/server-docs/corehr-v1/employee/search)接口返回的 `person_info.address_list.city_v2_id` 等字段中获取
示例值:
|
SearchBasicInfoDistrictReqBody.Builder |
SearchBasicInfoDistrictReqBody.Builder.districtIdList(String[] districtIdList)
区/县 ID 列表,可从[批量查询地点](https://open.feishu.cn/document/server-docs/corehr-v1/organization-management/location/list)接口返回的 `location.address.district_id_v2`、[搜索员工信息](https://open.feishu.cn/document/server-docs/corehr-v1/employee/search)接口返回的 `person_info.address_list.district_id_v2` 等字段中获取
示例值:
|
static SearchBasicInfoDistrictReqBody.Builder |
SearchBasicInfoDistrictReqBody.newBuilder() |
SearchBasicInfoDistrictReqBody.Builder |
SearchBasicInfoDistrictReqBody.Builder.statusList(Integer[] statusList)
状态列表
示例值:
|
| 构造器和说明 |
|---|
SearchBasicInfoDistrictReqBody(SearchBasicInfoDistrictReqBody.Builder builder) |
Copyright © 2024. All rights reserved.