public class UpsertUserVirtualOrgInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpsertUserVirtualOrgInfo.Builder |
| 构造器和说明 |
|---|
UpsertUserVirtualOrgInfo() |
UpsertUserVirtualOrgInfo(UpsertUserVirtualOrgInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
UpsertUserDepartmentSortInfo[] |
getEmployeeOrderInDepartments() |
String |
getId() |
String[] |
getLeaders() |
static UpsertUserVirtualOrgInfo.Builder |
newBuilder() |
void |
setEmployeeOrderInDepartments(UpsertUserDepartmentSortInfo[] employeeOrderInDepartments) |
void |
setId(String id) |
void |
setLeaders(String[] leaders) |
public UpsertUserVirtualOrgInfo()
public UpsertUserVirtualOrgInfo(UpsertUserVirtualOrgInfo.Builder builder)
public static UpsertUserVirtualOrgInfo.Builder newBuilder()
public String getId()
public void setId(String id)
public UpsertUserDepartmentSortInfo[] getEmployeeOrderInDepartments()
public void setEmployeeOrderInDepartments(UpsertUserDepartmentSortInfo[] employeeOrderInDepartments)
public String[] getLeaders()
public void setLeaders(String[] leaders)
Copyright © 2026. All rights reserved.