类 InterviewAppointmentConfigContent.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.InterviewAppointmentConfigContent.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明地址idappointmentNotificationTemplateId(String appointmentNotificationTemplateId) 预约通知模板build()cancelInterviewNotificationTemplateId(String cancelInterviewNotificationTemplateId) 取消面试通知抄送人id lsitcontactEmail(String contactEmail) 联系人邮箱contactMobile(String contactMobile) 联系人电话contactUserId(String contactUserId) 联系人idinterviewNotificationTemplateId(String interviewNotificationTemplateId) 面试通知模板interviewType(Integer interviewType) 面试类型备注talentTimezoneCode(String talentTimezoneCode) 时区地址id
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
interviewType
面试类型示例值:1
- 参数:
interviewType-- 返回:
-
talentTimezoneCode
时区示例值:Asia/Shanghai
- 参数:
talentTimezoneCode-- 返回:
-
contactUserId
联系人id示例值:ou_c99c5f35d542efc7ee492afe11af19ef
- 参数:
contactUserId-- 返回:
-
contactMobile
联系人电话示例值:151********
- 参数:
contactMobile-- 返回:
-
contactEmail
联系人邮箱示例值:test@email
- 参数:
contactEmail-- 返回:
-
addressId
地址id示例值:6960663240925956576
- 参数:
addressId-- 返回:
-
videoType
地址id示例值:1
- 参数:
videoType-- 返回:
-
cc
抄送人id lsit示例值:ou_c99c5f35d542efc7ee492afe11af19ef
- 参数:
cc-- 返回:
-
remark
备注示例值:备注
- 参数:
remark-- 返回:
-
interviewNotificationTemplateId
public InterviewAppointmentConfigContent.Builder interviewNotificationTemplateId(String interviewNotificationTemplateId) 面试通知模板示例值:6960663240925956573
- 参数:
interviewNotificationTemplateId-- 返回:
-
appointmentNotificationTemplateId
public InterviewAppointmentConfigContent.Builder appointmentNotificationTemplateId(String appointmentNotificationTemplateId) 预约通知模板示例值:6960663240925956573
- 参数:
appointmentNotificationTemplateId-- 返回:
-
cancelInterviewNotificationTemplateId
public InterviewAppointmentConfigContent.Builder cancelInterviewNotificationTemplateId(String cancelInterviewNotificationTemplateId) 取消面试通知示例值:6960663240925956573
- 参数:
cancelInterviewNotificationTemplateId-- 返回:
-
build
-