类 AgencyProtection.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.AgencyProtection.Builder
- 封闭类:
AgencyProtection
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明agencySupplierId(String agencySupplierId) 推荐的猎头供应商 IDagencySupplierName(I18n agencySupplierName) 推荐的猎头供应商名称agencySupplierUserId(String agencySupplierUserId) 推荐的猎头顾问ID,目前仅作为唯一标识,不可查询具体的人员信息agencySupplierUserName(I18n agencySupplierUserName) 推荐的猎头顾问名称applicationId(String applicationId) 如保护期类型为职位保护,返回职位保护所在的投递idbuild()expireTime(String expireTime) 保护期过期时间protectionType(Integer protectionType) 保护期类型保护期开始时间
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
protectionType
保护期类型示例值:1
- 参数:
protectionType-- 返回:
-
applicationId
如保护期类型为职位保护,返回职位保护所在的投递id示例值:6930815272790114323
- 参数:
applicationId-- 返回:
-
startTime
保护期开始时间示例值:1700023694629
- 参数:
startTime-- 返回:
-
expireTime
保护期过期时间示例值:1700023694630
- 参数:
expireTime-- 返回:
-
agencySupplierId
推荐的猎头供应商 ID示例值:6930815272790114324
- 参数:
agencySupplierId-- 返回:
-
agencySupplierName
推荐的猎头供应商名称示例值:
- 参数:
agencySupplierName-- 返回:
-
agencySupplierUserId
推荐的猎头顾问ID,目前仅作为唯一标识,不可查询具体的人员信息示例值:6930815272790114324
- 参数:
agencySupplierUserId-- 返回:
-
agencySupplierUserName
推荐的猎头顾问名称示例值:
- 参数:
agencySupplierUserName-- 返回:
-
build
-