Uses of Class
com.tencentcloudapi.ess.v20201111.models.CreateFlowRemindsRequest
-
Packages that use CreateFlowRemindsRequest Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of CreateFlowRemindsRequest in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 with parameters of type CreateFlowRemindsRequest Modifier and Type Method Description CreateFlowRemindsResponse
EssClient. CreateFlowReminds(CreateFlowRemindsRequest req)
指定需要批量催办的签署流程ID,批量催办合同,最多100个。需要符合以下条件的合同才可被催办: 1. -
Uses of CreateFlowRemindsRequest in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type CreateFlowRemindsRequest Constructor Description CreateFlowRemindsRequest(CreateFlowRemindsRequest 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.
-