Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.DownloadFlowInfo
-
Packages that use DownloadFlowInfo Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of DownloadFlowInfo in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return DownloadFlowInfo Modifier and Type Method Description DownloadFlowInfo[]
GetDownloadFlowUrlRequest. getDownLoadFlows()
Get 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type DownloadFlowInfo Modifier and Type Method Description void
GetDownloadFlowUrlRequest. setDownLoadFlows(DownloadFlowInfo[] DownLoadFlows)
Set 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type DownloadFlowInfo Constructor Description DownloadFlowInfo(DownloadFlowInfo 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.
-