public class DescribeIntegrationDepartmentsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIntegrationDepartmentsRequest() |
DescribeIntegrationDepartmentsRequest(DescribeIntegrationDepartmentsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Agent |
getAgent()
Get 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
String |
getDeptId()
Get 部门ID,与DeptOpenId二选一,优先DeptId,都为空时获取根节点数据
|
String |
getDeptOpenId()
Get 客户系统部门ID,与DeptId二选一,优先DeptId,都为空时获取根节点数据
|
UserInfo |
getOperator()
Get 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。`
|
Long |
getQueryType()
Get 查询类型 0-查询单个部门节点 1-单个部门节点及一级子节点部门列表
|
void |
setAgent(Agent Agent)
Set 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
void |
setDeptId(String DeptId)
Set 部门ID,与DeptOpenId二选一,优先DeptId,都为空时获取根节点数据
|
void |
setDeptOpenId(String DeptOpenId)
Set 客户系统部门ID,与DeptId二选一,优先DeptId,都为空时获取根节点数据
|
void |
setOperator(UserInfo Operator)
Set 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。`
|
void |
setQueryType(Long QueryType)
Set 查询类型 0-查询单个部门节点 1-单个部门节点及一级子节点部门列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIntegrationDepartmentsRequest()
public DescribeIntegrationDepartmentsRequest(DescribeIntegrationDepartmentsRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。`public Long getQueryType()
public void setQueryType(Long QueryType)
QueryType
- 查询类型 0-查询单个部门节点 1-单个部门节点及一级子节点部门列表public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。public String getDeptId()
public void setDeptId(String DeptId)
DeptId
- 部门ID,与DeptOpenId二选一,优先DeptId,都为空时获取根节点数据public String getDeptOpenId()
public void setDeptOpenId(String DeptOpenId)
DeptOpenId
- 客户系统部门ID,与DeptId二选一,优先DeptId,都为空时获取根节点数据Copyright © 2023. All rights reserved.