public class BatchGetEmployeeReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchGetEmployeeReqBody.Builder |
| 构造器和说明 |
|---|
BatchGetEmployeeReqBody() |
BatchGetEmployeeReqBody(BatchGetEmployeeReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getEmploymentIds() |
String[] |
getFields() |
String[] |
getPersonIds() |
String[] |
getUserNames() |
String[] |
getWorkEmails() |
static BatchGetEmployeeReqBody.Builder |
newBuilder() |
void |
setEmploymentIds(String[] employmentIds) |
void |
setFields(String[] fields) |
void |
setPersonIds(String[] personIds) |
void |
setUserNames(String[] userNames) |
void |
setWorkEmails(String[] workEmails) |
public BatchGetEmployeeReqBody()
public BatchGetEmployeeReqBody(BatchGetEmployeeReqBody.Builder builder)
public static BatchGetEmployeeReqBody.Builder newBuilder()
public String[] getFields()
public void setFields(String[] fields)
public String[] getEmploymentIds()
public void setEmploymentIds(String[] employmentIds)
public String[] getPersonIds()
public void setPersonIds(String[] personIds)
public String[] getWorkEmails()
public void setWorkEmails(String[] workEmails)
public String[] getUserNames()
public void setUserNames(String[] userNames)
Copyright © 2025. All rights reserved.