类 WebsiteDeliveryAttachment.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.WebsiteDeliveryAttachment.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明applicationPreferredCityCodeList(String[] applicationPreferredCityCodeList) 意向投递城市列表,可从「获取职位信息」返回的工作地点列表获取build()官网推广渠道 ID邮箱(当该参数值与简历附件中的相关值不一致时,将以该参数值为准)identification(WebsiteDeliveryAttachmentIndentification identification) 身份证件号码(当该参数值与简历附件中的相关值不一致时,将以该参数值为准)职位广告 ID电话号码(当该参数值与简历附件中的相关值不一致时,将以该参数值为准)mobileCountryCode(String mobileCountryCode) 电话国际区号,可从「获取地址码」查询(当该参数值与简历附件中的相关值不一致时,将以该参数值为准)resumeFileId(String resumeFileId) 简历文件 ID,使用「创建附件」生成官网用户 ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
jobPostId
职位广告 ID示例值:6960663240925956636
- 参数:
jobPostId-- 返回:
-
userId
官网用户 ID示例值:6960663240925956634
- 参数:
userId-- 返回:
-
resumeFileId
简历文件 ID,使用「创建附件」生成示例值:7095614894070434092
- 参数:
resumeFileId-- 返回:
-
channelId
官网推广渠道 ID示例值:6891560630172518670
- 参数:
channelId-- 返回:
-
applicationPreferredCityCodeList
public WebsiteDeliveryAttachment.Builder applicationPreferredCityCodeList(String[] applicationPreferredCityCodeList) 意向投递城市列表,可从「获取职位信息」返回的工作地点列表获取示例值:CT_1
- 参数:
applicationPreferredCityCodeList-- 返回:
-
mobileCountryCode
电话国际区号,可从「获取地址码」查询(当该参数值与简历附件中的相关值不一致时,将以该参数值为准)示例值:CN_1
- 参数:
mobileCountryCode-- 返回:
-
mobile
电话号码(当该参数值与简历附件中的相关值不一致时,将以该参数值为准)示例值:182900291190
- 参数:
mobile-- 返回:
-
email
邮箱(当该参数值与简历附件中的相关值不一致时,将以该参数值为准)示例值:foo@bytedance.com
- 参数:
email-- 返回:
-
identification
public WebsiteDeliveryAttachment.Builder identification(WebsiteDeliveryAttachmentIndentification identification) 身份证件号码(当该参数值与简历附件中的相关值不一致时,将以该参数值为准)示例值:
- 参数:
identification-- 返回:
-
build
-