public class CreateFlowForwardsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateFlowForwardsRequest() |
CreateFlowForwardsRequest(CreateFlowForwardsRequest 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)为必填项。
|
FlowForwardInfo[] |
getFlowForwardInfos()
Get 企业签署方的合同及对应签署方
|
UserInfo |
getOperator()
Get 执行本接口操作的员工信息。注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
String |
getTargetUserId()
Get 合同对应参与方需要修改的目标经办人。其UserId可在企业控制台中组织管理里面找到。或者使用获取员工信息接口得到。
注意:`需要保证目标经办人已经加入企业且已实名`
|
void |
setAgent(Agent Agent)
Set 代理企业和员工的信息。在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
void |
setFlowForwardInfos(FlowForwardInfo[] FlowForwardInfos)
Set 企业签署方的合同及对应签署方
|
void |
setOperator(UserInfo Operator)
Set 执行本接口操作的员工信息。注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
void |
setTargetUserId(String TargetUserId)
Set 合同对应参与方需要修改的目标经办人。其UserId可在企业控制台中组织管理里面找到。或者使用获取员工信息接口得到。
注意:`需要保证目标经办人已经加入企业且已实名`
|
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, toJsonString
public CreateFlowForwardsRequest()
public CreateFlowForwardsRequest(CreateFlowForwardsRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 执行本接口操作的员工信息。注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`public String getTargetUserId()
public void setTargetUserId(String TargetUserId)
TargetUserId
- 合同对应参与方需要修改的目标经办人。其UserId可在企业控制台中组织管理里面找到。或者使用获取员工信息接口得到。
注意:`需要保证目标经办人已经加入企业且已实名`public FlowForwardInfo[] getFlowForwardInfos()
public void setFlowForwardInfos(FlowForwardInfo[] FlowForwardInfos)
FlowForwardInfos
- 企业签署方的合同及对应签署方public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理企业和员工的信息。在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。Copyright © 2025. All rights reserved.