public class CreateFlowsByTemplatesRequest extends AbstractModel
Constructor and Description |
---|
CreateFlowsByTemplatesRequest() |
CreateFlowsByTemplatesRequest(CreateFlowsByTemplatesRequest 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 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
FlowInfo[] |
getFlowInfos()
Get 多个合同(签署流程)信息,最多支持20个
|
Boolean |
getNeedPreview()
Get 是否为预览模式;默认为false,即非预览模式,此时发起合同并返回FlowIds;若为预览模式,则返回PreviewUrls;
预览链接有效期300秒;
|
UserInfo |
getOperator()
Get 操作者的信息
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.
|
void |
setFlowInfos(FlowInfo[] FlowInfos)
Set 多个合同(签署流程)信息,最多支持20个
|
void |
setNeedPreview(Boolean NeedPreview)
Set 是否为预览模式;默认为false,即非预览模式,此时发起合同并返回FlowIds;若为预览模式,则返回PreviewUrls;
预览链接有效期300秒;
|
void |
setOperator(UserInfo Operator)
Set 操作者的信息
|
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 CreateFlowsByTemplatesRequest()
public CreateFlowsByTemplatesRequest(CreateFlowsByTemplatesRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。public FlowInfo[] getFlowInfos()
public void setFlowInfos(FlowInfo[] FlowInfos)
FlowInfos
- 多个合同(签署流程)信息,最多支持20个public Boolean getNeedPreview()
public void setNeedPreview(Boolean NeedPreview)
NeedPreview
- 是否为预览模式;默认为false,即非预览模式,此时发起合同并返回FlowIds;若为预览模式,则返回PreviewUrls;
预览链接有效期300秒;public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息Copyright © 2022. All rights reserved.