public class SearchDepartmentReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SearchDepartmentReq.Builder |
| 构造器和说明 |
|---|
SearchDepartmentReq() |
SearchDepartmentReq(SearchDepartmentReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDepartmentIdType() |
String |
getEmployeeIdType() |
Boolean |
getIsAdminRole() |
SearchDepartmentReqBody |
getSearchDepartmentReqBody() |
String |
getTenantId() |
static SearchDepartmentReq.Builder |
newBuilder() |
void |
setDepartmentIdType(String departmentIdType) |
void |
setEmployeeIdType(String employeeIdType) |
void |
setIsAdminRole(Boolean isAdminRole) |
void |
setSearchDepartmentReqBody(SearchDepartmentReqBody body) |
void |
setTenantId(String tenantId) |
public SearchDepartmentReq()
public SearchDepartmentReq(SearchDepartmentReq.Builder builder)
public static SearchDepartmentReq.Builder newBuilder()
public String getEmployeeIdType()
public void setEmployeeIdType(String employeeIdType)
public String getDepartmentIdType()
public void setDepartmentIdType(String departmentIdType)
public Boolean getIsAdminRole()
public void setIsAdminRole(Boolean isAdminRole)
public String getTenantId()
public void setTenantId(String tenantId)
public SearchDepartmentReqBody getSearchDepartmentReqBody()
public void setSearchDepartmentReqBody(SearchDepartmentReqBody body)
Copyright © 2025. All rights reserved.