类 JobConfig

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

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

    • JobConfig

      public JobConfig()
    • JobConfig

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

    • newBuilder

      public static JobConfig.Builder newBuilder()
    • getOfferApplySchemaId

      public String getOfferApplySchemaId()
    • setOfferApplySchemaId

      public void setOfferApplySchemaId(String offerApplySchemaId)
    • getOfferProcessConf

      public String getOfferProcessConf()
    • setOfferProcessConf

      public void setOfferProcessConf(String offerProcessConf)
    • getRecommendedEvaluatorIdList

      public String[] getRecommendedEvaluatorIdList()
    • setRecommendedEvaluatorIdList

      public void setRecommendedEvaluatorIdList(String[] recommendedEvaluatorIdList)
    • getUpdateOptionList

      public Integer[] getUpdateOptionList()
    • setUpdateOptionList

      public void setUpdateOptionList(Integer[] updateOptionList)
    • getAssessmentTemplateBizId

      public String getAssessmentTemplateBizId()
    • setAssessmentTemplateBizId

      public void setAssessmentTemplateBizId(String assessmentTemplateBizId)
    • getInterviewRoundConfList

      public JobConfigInterviewRoundConf[] getInterviewRoundConfList()
    • setInterviewRoundConfList

      public void setInterviewRoundConfList(JobConfigInterviewRoundConf[] interviewRoundConfList)
    • getJrIdList

      public String[] getJrIdList()
    • setJrIdList

      public void setJrIdList(String[] jrIdList)
    • getInterviewRegistrationSchemaId

      public String getInterviewRegistrationSchemaId()
    • setInterviewRegistrationSchemaId

      public void setInterviewRegistrationSchemaId(String interviewRegistrationSchemaId)
    • getOnboardRegistrationSchemaId

      public String getOnboardRegistrationSchemaId()
    • setOnboardRegistrationSchemaId

      public void setOnboardRegistrationSchemaId(String onboardRegistrationSchemaId)
    • getInterviewRoundTypeConfList

      public JobConfigRoundType[] getInterviewRoundTypeConfList()
    • setInterviewRoundTypeConfList

      public void setInterviewRoundTypeConfList(JobConfigRoundType[] interviewRoundTypeConfList)
    • getRelatedJobIdList

      public String[] getRelatedJobIdList()
    • setRelatedJobIdList

      public void setRelatedJobIdList(String[] relatedJobIdList)
    • getInterviewAppointmentConfig

      public InterviewAppointmentConfig getInterviewAppointmentConfig()
    • setInterviewAppointmentConfig

      public void setInterviewAppointmentConfig(InterviewAppointmentConfig interviewAppointmentConfig)