Uses of Class
com.tencentcloudapi.ess.v20201111.models.ComponentLimit
-
Packages that use ComponentLimit Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of ComponentLimit in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return ComponentLimit Modifier and Type Method Description ComponentLimit[]
ApproverInfo. getAddSignComponentsLimits()
Get [用PDF文件创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowByFiles)时,如果设置了外层参数SignBeanTag=1(允许签署过程中添加签署控件),则可通过此参数明确规定合同所使用的签署控件类型(骑缝章、普通章法人章等)和具体的印章(印章ID)或签名方式。 注:`限制印章控件或骑缝章控件情况下,仅本企业签署方可以指定具体印章(通过传递ComponentValue,支持多个),他方企业或个人只支持限制控件类型。`Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type ComponentLimit Modifier and Type Method Description void
ApproverInfo. setAddSignComponentsLimits(ComponentLimit[] AddSignComponentsLimits)
Set [用PDF文件创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowByFiles)时,如果设置了外层参数SignBeanTag=1(允许签署过程中添加签署控件),则可通过此参数明确规定合同所使用的签署控件类型(骑缝章、普通章法人章等)和具体的印章(印章ID)或签名方式。 注:`限制印章控件或骑缝章控件情况下,仅本企业签署方可以指定具体印章(通过传递ComponentValue,支持多个),他方企业或个人只支持限制控件类型。`Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type ComponentLimit Constructor Description ComponentLimit(ComponentLimit 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.
-