public static class SearchBasicInfoCountryRegionReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
SearchBasicInfoCountryRegionReqBody |
build() |
SearchBasicInfoCountryRegionReqBody.Builder |
countryRegionIdList(String[] countryRegionIdList)
国家/地区 ID 列表,可从[批量查询地点](https://open.feishu.cn/document/server-docs/corehr-v1/organization-management/location/list)接口返回的 `location.address.country_region_id`、[搜索员工信息](https://open.feishu.cn/document/server-docs/corehr-v1/employee/search)接口返回的 `person_info.address_list.country_region_id` 等字段中获取
示例值:
|
SearchBasicInfoCountryRegionReqBody.Builder |
statusList(Integer[] statusList)
状态列表
示例值:
|
public SearchBasicInfoCountryRegionReqBody.Builder countryRegionIdList(String[] countryRegionIdList)
示例值:
countryRegionIdList - public SearchBasicInfoCountryRegionReqBody.Builder statusList(Integer[] statusList)
示例值:
statusList - public SearchBasicInfoCountryRegionReqBody build()
Copyright © 2024. All rights reserved.