Uses of Class
com.tencentcloudapi.ess.v20201111.models.FlowGroupOptions
-
Packages that use FlowGroupOptions Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of FlowGroupOptions in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return FlowGroupOptions Modifier and Type Method Description FlowGroupOptions
CreateFlowGroupByFilesRequest. getFlowGroupOptions()
Get 合同(流程)组的配置项信息。 其中包括: 是否通知本企业签署方 是否通知其他签署方FlowGroupOptions
CreateFlowGroupByTemplatesRequest. getFlowGroupOptions()
Get 合同(流程)组的配置项信息。 其中包括: 是否通知本企业签署方 是否通知其他签署方Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type FlowGroupOptions Modifier and Type Method Description void
CreateFlowGroupByFilesRequest. setFlowGroupOptions(FlowGroupOptions FlowGroupOptions)
Set 合同(流程)组的配置项信息。 其中包括: 是否通知本企业签署方 是否通知其他签署方void
CreateFlowGroupByTemplatesRequest. setFlowGroupOptions(FlowGroupOptions FlowGroupOptions)
Set 合同(流程)组的配置项信息。 其中包括: 是否通知本企业签署方 是否通知其他签署方Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type FlowGroupOptions Constructor Description FlowGroupOptions(FlowGroupOptions 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.
-