Uses of Class
com.tencentcloudapi.ess.v20201111.models.CancelMultiFlowSignQRCodeResponse
-
Packages that use CancelMultiFlowSignQRCodeResponse Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of CancelMultiFlowSignQRCodeResponse in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 that return CancelMultiFlowSignQRCodeResponse Modifier and Type Method Description CancelMultiFlowSignQRCodeResponseEssClient. CancelMultiFlowSignQRCode(CancelMultiFlowSignQRCodeRequest req)此接口(CancelMultiFlowSignQRCode)用于废除一码多扫流程签署二维码。 该接口所需的二维码ID,源自[创建一码多扫流程签署二维码](https://qian.tencent.com/developers/companyApis/startFlows/CreateMultiFlowSignQRCode)生成的。 如果该二维码尚处于有效期内,可通过本接口将其设置为失效状态。 -
Uses of CancelMultiFlowSignQRCodeResponse in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type CancelMultiFlowSignQRCodeResponse Constructor Description CancelMultiFlowSignQRCodeResponse(CancelMultiFlowSignQRCodeResponse 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.
-