public class PatchDepartmentReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchDepartmentReq.Builder |
| 构造器和说明 |
|---|
PatchDepartmentReq() |
PatchDepartmentReq(PatchDepartmentReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDepartmentId() |
String |
getDepartmentIdType() |
String |
getEmployeeIdType() |
Boolean |
getIsAdminRole() |
PatchDepartmentReqBody |
getPatchDepartmentReqBody() |
static PatchDepartmentReq.Builder |
newBuilder() |
void |
setDepartmentId(String departmentId) |
void |
setDepartmentIdType(String departmentIdType) |
void |
setEmployeeIdType(String employeeIdType) |
void |
setIsAdminRole(Boolean isAdminRole) |
void |
setPatchDepartmentReqBody(PatchDepartmentReqBody body) |
public PatchDepartmentReq()
public PatchDepartmentReq(PatchDepartmentReq.Builder builder)
public static PatchDepartmentReq.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 getDepartmentId()
public void setDepartmentId(String departmentId)
public PatchDepartmentReqBody getPatchDepartmentReqBody()
public void setPatchDepartmentReqBody(PatchDepartmentReqBody body)
Copyright © 2025. All rights reserved.