public class DeleteIntegrationDepartmentRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteIntegrationDepartmentRequest() | 
| DeleteIntegrationDepartmentRequest(DeleteIntegrationDepartmentRequest 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,通过DescribeIntegrationDepartments接口可获得。 | 
| UserInfo | getOperator()Get 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。` | 
| String | getReceiveDeptId()Get 交接部门ID。
待删除部门中的合同、印章和模板数据,将会被交接至该部门ID下;若未填写则交接至公司根部门。 | 
| void | setAgent(Agent Agent)Set 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。 | 
| void | setDeptId(String DeptId)Set 电子签中的部门ID,通过DescribeIntegrationDepartments接口可获得。 | 
| void | setOperator(UserInfo Operator)Set 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。` | 
| void | setReceiveDeptId(String ReceiveDeptId)Set 交接部门ID。
待删除部门中的合同、印章和模板数据,将会被交接至该部门ID下;若未填写则交接至公司根部门。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteIntegrationDepartmentRequest()
public DeleteIntegrationDepartmentRequest(DeleteIntegrationDepartmentRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator - 执行本接口操作的员工信息。
注: `在调用此接口时,请确保指定的员工已获得组织架构管理权限,并具备接口传入的相应资源的数据权限。`public String getDeptId()
public void setDeptId(String DeptId)
DeptId - 电子签中的部门ID,通过DescribeIntegrationDepartments接口可获得。public Agent getAgent()
public void setAgent(Agent Agent)
Agent - 代理企业和员工的信息。
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。public String getReceiveDeptId()
public void setReceiveDeptId(String ReceiveDeptId)
ReceiveDeptId - 交接部门ID。
待删除部门中的合同、印章和模板数据,将会被交接至该部门ID下;若未填写则交接至公司根部门。Copyright © 2025. All rights reserved.