public class BatchGetEmployeeReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchGetEmployeeReq.Builder |
| 构造器和说明 |
|---|
BatchGetEmployeeReq() |
BatchGetEmployeeReq(BatchGetEmployeeReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetEmployeeReqBody |
getBatchGetEmployeeReqBody() |
String |
getDepartmentIdType() |
String |
getUserIdType() |
static BatchGetEmployeeReq.Builder |
newBuilder() |
void |
setBatchGetEmployeeReqBody(BatchGetEmployeeReqBody body) |
void |
setDepartmentIdType(String departmentIdType) |
void |
setUserIdType(String userIdType) |
public BatchGetEmployeeReq()
public BatchGetEmployeeReq(BatchGetEmployeeReq.Builder builder)
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getDepartmentIdType()
public void setDepartmentIdType(String departmentIdType)
public BatchGetEmployeeReqBody getBatchGetEmployeeReqBody()
public void setBatchGetEmployeeReqBody(BatchGetEmployeeReqBody body)
public static BatchGetEmployeeReq.Builder newBuilder()
Copyright © 2025. All rights reserved.