Uses of Class
com.tencentcloudapi.ess.v20201111.models.SignUrl
-
Packages that use SignUrl Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of SignUrl in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return SignUrl Modifier and Type Method Description SignUrl
CreateMultiFlowSignQRCodeResponse. getSignUrls()
Get 流程签署二维码的签署信息,适用于客户系统整合二维码功能。通过链接,用户可直接访问电子签名小程序并签署合同。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type SignUrl Modifier and Type Method Description void
CreateMultiFlowSignQRCodeResponse. setSignUrls(SignUrl SignUrls)
Set 流程签署二维码的签署信息,适用于客户系统整合二维码功能。通过链接,用户可直接访问电子签名小程序并签署合同。Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type SignUrl Constructor Description SignUrl(SignUrl 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.
-