public static class ProtectAgencyReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProtectAgencyReqBody |
build() |
ProtectAgencyReqBody.Builder |
comment(String comment)
推荐语
示例值:此候选人非常优秀,建议录用。
|
ProtectAgencyReqBody.Builder |
consultantId(String consultantId)
猎头顾问ID,需与`user_id_type`类型一致
示例值:ou_f476cb099ac9227c9bae09ce46112579
|
ProtectAgencyReqBody.Builder |
currentSalary(String currentSalary)
当前薪资
示例值:15k * 13
|
ProtectAgencyReqBody.Builder |
expectedSalary(String expectedSalary)
预期薪资
示例值:18k * 16
|
ProtectAgencyReqBody.Builder |
protectCreateTime(Integer protectCreateTime)
保护期创建时间(int64类型),毫秒时间戳
示例值:1610695587000
|
ProtectAgencyReqBody.Builder |
protectExpireTime(Integer protectExpireTime)
保护期过期时间(int64类型),毫秒时间戳
示例值:1626333987000
|
ProtectAgencyReqBody.Builder |
supplierId(String supplierId)
猎头供应商ID
示例值:6898173495386147079
|
ProtectAgencyReqBody.Builder |
talentId(String talentId)
人才ID,可通过[通过手机号或邮箱获取人才
ID](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent/batch_get_id)、[获取人才列表](https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/talent/list)接口获取
示例值:6962051712422398239
|
public ProtectAgencyReqBody.Builder talentId(String talentId)
示例值:6962051712422398239
talentId - public ProtectAgencyReqBody.Builder supplierId(String supplierId)
示例值:6898173495386147079
supplierId - public ProtectAgencyReqBody.Builder consultantId(String consultantId)
示例值:ou_f476cb099ac9227c9bae09ce46112579
consultantId - public ProtectAgencyReqBody.Builder protectCreateTime(Integer protectCreateTime)
示例值:1610695587000
protectCreateTime - public ProtectAgencyReqBody.Builder protectExpireTime(Integer protectExpireTime)
示例值:1626333987000
protectExpireTime - public ProtectAgencyReqBody.Builder comment(String comment)
示例值:此候选人非常优秀,建议录用。
comment - public ProtectAgencyReqBody.Builder currentSalary(String currentSalary)
示例值:15k * 13
currentSalary - public ProtectAgencyReqBody.Builder expectedSalary(String expectedSalary)
示例值:18k * 16
expectedSalary - public ProtectAgencyReqBody build()
Copyright © 2026. All rights reserved.