类 BatchGetEmployeesJobDataReqBody

java.lang.Object
com.lark.oapi.service.corehr.v2.model.BatchGetEmployeesJobDataReqBody

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

    • BatchGetEmployeesJobDataReqBody

      public BatchGetEmployeesJobDataReqBody()
    • BatchGetEmployeesJobDataReqBody

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

    • newBuilder

      public static BatchGetEmployeesJobDataReqBody.Builder newBuilder()
    • getEmploymentIds

      public String[] getEmploymentIds()
    • setEmploymentIds

      public void setEmploymentIds(String[] employmentIds)
    • getGetAllVersion

      public Boolean getGetAllVersion()
    • setGetAllVersion

      public void setGetAllVersion(Boolean getAllVersion)
    • getEffectiveDateStart

      public String getEffectiveDateStart()
    • setEffectiveDateStart

      public void setEffectiveDateStart(String effectiveDateStart)
    • getEffectiveDateEnd

      public String getEffectiveDateEnd()
    • setEffectiveDateEnd

      public void setEffectiveDateEnd(String effectiveDateEnd)
    • getDataDate

      public String getDataDate()
    • setDataDate

      public void setDataDate(String dataDate)