类 ApplicationPrehireOffer.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.ApplicationPrehireOffer.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明attachmentList(ApplicationOfferAttachment[] attachmentList) offer附件basicInfo(ApplicationPrehireOfferBasic basicInfo) 投递基础信息build()offerOnboardProfile(AppliOfferOnboardProfile offerOnboardProfile) offer入职信息
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
basicInfo
投递基础信息示例值:
- 参数:
basicInfo-- 返回:
-
offerOnboardProfile
public ApplicationPrehireOffer.Builder offerOnboardProfile(AppliOfferOnboardProfile offerOnboardProfile) offer入职信息示例值:
- 参数:
offerOnboardProfile-- 返回:
-
attachmentList
offer附件示例值:
- 参数:
attachmentList-- 返回:
-
build
-