Uses of Class
com.tencentcloudapi.ess.v20201111.models.ApproverRestriction
-
Packages that use ApproverRestriction Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of ApproverRestriction in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return ApproverRestriction Modifier and Type Method Description ApproverRestrictionCreateMultiFlowSignQRCodeRequest. getApproverRestrictions()Deprecated.ApproverRestriction[]CreateMultiFlowSignQRCodeRequest. getRestrictions()Get 指定签署人信息。 在指定签署人后,仅允许特定签署人通过扫描二维码进行签署。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type ApproverRestriction Modifier and Type Method Description voidCreateMultiFlowSignQRCodeRequest. setApproverRestrictions(ApproverRestriction ApproverRestrictions)Deprecated.voidCreateMultiFlowSignQRCodeRequest. setRestrictions(ApproverRestriction[] Restrictions)Set 指定签署人信息。 在指定签署人后,仅允许特定签署人通过扫描二维码进行签署。Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type ApproverRestriction Constructor Description ApproverRestriction(ApproverRestriction 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.
-