类 BatchGetEmployeeReq

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

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

    • BatchGetEmployeeReq

      public BatchGetEmployeeReq()
    • BatchGetEmployeeReq

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

    • newBuilder

      public static BatchGetEmployeeReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getDepartmentIdType

      public String getDepartmentIdType()
    • setDepartmentIdType

      public void setDepartmentIdType(String departmentIdType)
    • getBatchGetEmployeeReqBody

      public BatchGetEmployeeReqBody getBatchGetEmployeeReqBody()
    • setBatchGetEmployeeReqBody

      public void setBatchGetEmployeeReqBody(BatchGetEmployeeReqBody body)