public class DeleteIntegrationEmployeesRequest extends AbstractModel
Constructor and Description |
---|
DeleteIntegrationEmployeesRequest() |
DeleteIntegrationEmployeesRequest(DeleteIntegrationEmployeesRequest 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
|
Staff[] |
getEmployees()
Get 待移除员工的信息,userId和openId二选一,必填一个
|
UserInfo |
getOperator()
Get 操作人信息,userId必填
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId需填充子企业Id
|
void |
setEmployees(Staff[] Employees)
Set 待移除员工的信息,userId和openId二选一,必填一个
|
void |
setOperator(UserInfo Operator)
Set 操作人信息,userId必填
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteIntegrationEmployeesRequest()
public DeleteIntegrationEmployeesRequest(DeleteIntegrationEmployeesRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息,userId必填public Staff[] getEmployees()
public void setEmployees(Staff[] Employees)
Employees
- 待移除员工的信息,userId和openId二选一,必填一个public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId需填充子企业IdCopyright © 2023. All rights reserved.