Uses of Class
com.tencentcloudapi.ds.v20180523.models.DownloadContractResponse
-
Packages that use DownloadContractResponse Package Description com.tencentcloudapi.ds.v20180523 com.tencentcloudapi.ds.v20180523.models -
-
Uses of DownloadContractResponse in com.tencentcloudapi.ds.v20180523
Methods in com.tencentcloudapi.ds.v20180523 that return DownloadContractResponse Modifier and Type Method Description DownloadContractResponseDsClient. DownloadContract(DownloadContractRequest req)下载合同接口。调用该接口可以下载签署中和签署完成的合同。接口返回任务号,可调用DescribeTaskStatus接口查看任务执行结果。 -
Uses of DownloadContractResponse in com.tencentcloudapi.ds.v20180523.models
Constructors in com.tencentcloudapi.ds.v20180523.models with parameters of type DownloadContractResponse Constructor Description DownloadContractResponse(DownloadContractResponse 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.
-