类 InterviewAppointmentConfigContent

java.lang.Object
com.lark.oapi.service.hire.v1.model.InterviewAppointmentConfigContent

public class InterviewAppointmentConfigContent extends Object
  • 构造器详细资料

    • InterviewAppointmentConfigContent

      public InterviewAppointmentConfigContent()
    • InterviewAppointmentConfigContent

      public InterviewAppointmentConfigContent(InterviewAppointmentConfigContent.Builder builder)
  • 方法详细资料

    • newBuilder

      public static InterviewAppointmentConfigContent.Builder newBuilder()
    • getInterviewType

      public Integer getInterviewType()
    • setInterviewType

      public void setInterviewType(Integer interviewType)
    • getTalentTimezoneCode

      public String getTalentTimezoneCode()
    • setTalentTimezoneCode

      public void setTalentTimezoneCode(String talentTimezoneCode)
    • getContactUserId

      public String getContactUserId()
    • setContactUserId

      public void setContactUserId(String contactUserId)
    • getContactMobile

      public String getContactMobile()
    • setContactMobile

      public void setContactMobile(String contactMobile)
    • getContactEmail

      public String getContactEmail()
    • setContactEmail

      public void setContactEmail(String contactEmail)
    • getAddressId

      public String getAddressId()
    • setAddressId

      public void setAddressId(String addressId)
    • getVideoType

      public Integer getVideoType()
    • setVideoType

      public void setVideoType(Integer videoType)
    • getCc

      public String[] getCc()
    • setCc

      public void setCc(String[] cc)
    • getRemark

      public String getRemark()
    • setRemark

      public void setRemark(String remark)
    • getInterviewNotificationTemplateId

      public String getInterviewNotificationTemplateId()
    • setInterviewNotificationTemplateId

      public void setInterviewNotificationTemplateId(String interviewNotificationTemplateId)
    • getAppointmentNotificationTemplateId

      public String getAppointmentNotificationTemplateId()
    • setAppointmentNotificationTemplateId

      public void setAppointmentNotificationTemplateId(String appointmentNotificationTemplateId)
    • getCancelInterviewNotificationTemplateId

      public String getCancelInterviewNotificationTemplateId()
    • setCancelInterviewNotificationTemplateId

      public void setCancelInterviewNotificationTemplateId(String cancelInterviewNotificationTemplateId)