类 AppliOfferOnboardProfile.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.AppliOfferOnboardProfile.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()contractYear(Integer contractYear) 合同年限department(Department department) 部门isWorkAddressSameToOnboard(Boolean isWorkAddressSameToOnboard) 工作地址是否与onboard地址相同leader(AppliOfferBasicInfoUser leader) 领导职级offer IDonboardAddress(AppliOfferOnboardProfileAdd onboardAddress) onboard地址probationMonth(Integer probationMonth) 试用期recruitmentType(RecruitmentType recruitmentType) 招聘类型序列workAddress(AppliOfferOnboardProfileAdd workAddress) 工作地址
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
offerId
offer ID示例值:
- 参数:
offerId-- 返回:
-
department
部门示例值:
- 参数:
department-- 返回:
-
recruitmentType
招聘类型示例值:
- 参数:
recruitmentType-- 返回:
-
sequence
序列示例值:
- 参数:
sequence-- 返回:
-
level
职级示例值:
- 参数:
level-- 返回:
-
onboardAddress
onboard地址示例值:
- 参数:
onboardAddress-- 返回:
-
workAddress
工作地址示例值:
- 参数:
workAddress-- 返回:
-
leader
领导示例值:
- 参数:
leader-- 返回:
-
isWorkAddressSameToOnboard
public AppliOfferOnboardProfile.Builder isWorkAddressSameToOnboard(Boolean isWorkAddressSameToOnboard) 工作地址是否与onboard地址相同示例值:
- 参数:
isWorkAddressSameToOnboard-- 返回:
-
probationMonth
试用期示例值:
- 参数:
probationMonth-- 返回:
-
contractYear
合同年限示例值:
- 参数:
contractYear-- 返回:
-
build
-