Uses of Class
com.tencentcloudapi.ess.v20201111.models.CreateFlowOption
-
Packages that use CreateFlowOption Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of CreateFlowOption in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return CreateFlowOption Modifier and Type Method Description CreateFlowOption
CreatePrepareFlowRequest. getFlowOption()
Get 发起合同个性化参数 用于满足创建及页面操作过程中的个性化要求 具体定制化内容详见数据接口说明Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type CreateFlowOption Modifier and Type Method Description void
CreatePrepareFlowRequest. setFlowOption(CreateFlowOption FlowOption)
Set 发起合同个性化参数 用于满足创建及页面操作过程中的个性化要求 具体定制化内容详见数据接口说明Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type CreateFlowOption Constructor Description CreateFlowOption(CreateFlowOption 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.
-