Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.FlowGroupOptions
-
Packages that use FlowGroupOptions Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of FlowGroupOptions in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return FlowGroupOptions Modifier and Type Method Description FlowGroupOptions
ChannelCreateFlowGroupByFilesRequest. getFlowGroupOptions()
Get 合同组的配置项信息包括:在合同组签署过程中,是否需要对每个子合同进行独立的意愿确认。Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type FlowGroupOptions Modifier and Type Method Description void
ChannelCreateFlowGroupByFilesRequest. setFlowGroupOptions(FlowGroupOptions FlowGroupOptions)
Set 合同组的配置项信息包括:在合同组签署过程中,是否需要对每个子合同进行独立的意愿确认。Constructors in com.tencentcloudapi.essbasic.v20210526.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.
-