Uses of Class
com.tencentcloudapi.ess.v20201111.models.CreateBatchCancelFlowUrlResponse
-
Packages that use CreateBatchCancelFlowUrlResponse Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of CreateBatchCancelFlowUrlResponse in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 that return CreateBatchCancelFlowUrlResponse Modifier and Type Method Description CreateBatchCancelFlowUrlResponse
EssClient. CreateBatchCancelFlowUrl(CreateBatchCancelFlowUrlRequest req)
注:此接口将会废弃,请使用撤销单个签署流程(CancelFlow)接口。 指定需要批量撤回的签署流程Id,获取批量撤销链接。 客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回。 -
Uses of CreateBatchCancelFlowUrlResponse in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type CreateBatchCancelFlowUrlResponse Constructor Description CreateBatchCancelFlowUrlResponse(CreateBatchCancelFlowUrlResponse 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.
-