public class InterviewAppointmentConfig extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
InterviewAppointmentConfig.Builder |
| 构造器和说明 |
|---|
InterviewAppointmentConfig() |
InterviewAppointmentConfig(InterviewAppointmentConfig.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
InterviewAppointmentConfigContent |
getConfig() |
Boolean |
getEnableInterviewAppointmentByInterviewer() |
static InterviewAppointmentConfig.Builder |
newBuilder() |
void |
setConfig(InterviewAppointmentConfigContent config) |
void |
setEnableInterviewAppointmentByInterviewer(Boolean enableInterviewAppointmentByInterviewer) |
public InterviewAppointmentConfig()
public InterviewAppointmentConfig(InterviewAppointmentConfig.Builder builder)
public static InterviewAppointmentConfig.Builder newBuilder()
public Boolean getEnableInterviewAppointmentByInterviewer()
public void setEnableInterviewAppointmentByInterviewer(Boolean enableInterviewAppointmentByInterviewer)
public InterviewAppointmentConfigContent getConfig()
public void setConfig(InterviewAppointmentConfigContent config)
Copyright © 2025. All rights reserved.