类 OfferBasicInfo.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.OfferBasicInfo.Builder
- 封闭类:
OfferBasicInfo
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明attachmentDescription(String attachmentDescription) 附件描述attachmentIdList(String[] attachmentIdList) 附件ID列表build()contractPeriod(ContractPeriodInfo contractPeriod) 合同期(年/月)contractYear(Integer contractYear) 合同期departmentId(String departmentId) 部门 IDemployeeTypeId(String employeeTypeId) 人员类型 IDemploymentJobId(String employmentJobId) 职务 IDexpectedOnboardDate(String expectedOnboardDate) 预计入职日期jobFamilyId(String jobFamilyId) 职位序列 IDjobLevelId(String jobLevelId) 职位级别 IDjobProcessTypeId(Integer jobProcessTypeId) 招聘流程类型 IDjobRequirementId(String jobRequirementId) 招聘需求 IDleaderUserId(String leaderUserId) 直属上级 IDonboardAddressId(String onboardAddressId) 入职地点 IDoperatorUserId(String operatorUserId) Offer操作人 IDownerUserId(String ownerUserId) Offer负责人 IDprobationMonth(Integer probationMonth) 试用期recommendedWords(String recommendedWords) Offer 推荐语workAddressId(String workAddressId) 办公地点 ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
departmentId
部门 ID示例值:od-6b394871807047c7023ebfc1ff37cd3a
- 参数:
departmentId-- 返回:
-
leaderUserId
直属上级 ID示例值:ou_ce613028fe74745421f5dc320bb9c709
- 参数:
leaderUserId-- 返回:
-
employmentJobId
职务 ID示例值:123
- 参数:
employmentJobId-- 返回:
-
employeeTypeId
人员类型 ID示例值:2
- 参数:
employeeTypeId-- 返回:
-
jobFamilyId
职位序列 ID示例值:6807407987381831949
- 参数:
jobFamilyId-- 返回:
-
jobLevelId
职位级别 ID示例值:6807407987381881101
- 参数:
jobLevelId-- 返回:
-
probationMonth
试用期示例值:3
- 参数:
probationMonth-- 返回:
-
contractYear
合同期示例值:3
- 参数:
contractYear-- 返回:
-
contractPeriod
合同期(年/月)示例值:
- 参数:
contractPeriod-- 返回:
-
expectedOnboardDate
预计入职日期示例值:{"date":"2022-04-07"}
- 参数:
expectedOnboardDate-- 返回:
-
onboardAddressId
入职地点 ID示例值:6897079709306259719
- 参数:
onboardAddressId-- 返回:
-
workAddressId
办公地点 ID示例值:6897079709306259719
- 参数:
workAddressId-- 返回:
-
ownerUserId
Offer负责人 ID示例值:ou_ce613028fe74745421f5dc320bb9c709
- 参数:
ownerUserId-- 返回:
-
recommendedWords
Offer 推荐语示例值:十分优秀,推荐入职
- 参数:
recommendedWords-- 返回:
-
jobRequirementId
招聘需求 ID示例值:2342352224
- 参数:
jobRequirementId-- 返回:
-
jobProcessTypeId
招聘流程类型 ID示例值:2
- 参数:
jobProcessTypeId-- 返回:
-
attachmentIdList
附件ID列表示例值:["7081582717280831752"]
- 参数:
attachmentIdList-- 返回:
-
attachmentDescription
附件描述示例值:张三的简历
- 参数:
attachmentDescription-- 返回:
-
operatorUserId
Offer操作人 ID示例值:ou_ce613028fe74745421f5dc320bb9c709
- 参数:
operatorUserId-- 返回:
-
build
-