类 BatchGetEmployeeReqBody

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

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

    • BatchGetEmployeeReqBody

      public BatchGetEmployeeReqBody()
    • BatchGetEmployeeReqBody

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

    • newBuilder

      public static BatchGetEmployeeReqBody.Builder newBuilder()
    • getFields

      public String[] getFields()
    • setFields

      public void setFields(String[] fields)
    • getEmploymentIds

      public String[] getEmploymentIds()
    • setEmploymentIds

      public void setEmploymentIds(String[] employmentIds)
    • getPersonIds

      public String[] getPersonIds()
    • setPersonIds

      public void setPersonIds(String[] personIds)
    • getWorkEmails

      public String[] getWorkEmails()
    • setWorkEmails

      public void setWorkEmails(String[] workEmails)