类 InterviewAppointmentConfig.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.InterviewAppointmentConfig.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()配置详情enableInterviewAppointmentByInterviewer(Boolean enableInterviewAppointmentByInterviewer) 是否开启面试官自助约面
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
enableInterviewAppointmentByInterviewer
public InterviewAppointmentConfig.Builder enableInterviewAppointmentByInterviewer(Boolean enableInterviewAppointmentByInterviewer) 是否开启面试官自助约面示例值:true
- 参数:
enableInterviewAppointmentByInterviewer-- 返回:
-
config
配置详情示例值:
- 参数:
config-- 返回:
-
build
-