Uses of Class
com.cloudera.cdp.df.model.FlowVersion
-
Packages that use FlowVersion Package Description com.cloudera.cdp.df.model -
-
Uses of FlowVersion in com.cloudera.cdp.df.model
Methods in com.cloudera.cdp.df.model that return types with arguments of type FlowVersion Modifier and Type Method Description List<FlowVersion>
Flow. getVersions()
Getter for versions.List<FlowVersion>
ImportFlowDefinitionResponse. getVersions()
Getter for versions.Method parameters in com.cloudera.cdp.df.model with type arguments of type FlowVersion Modifier and Type Method Description void
Flow. setVersions(List<FlowVersion> versions)
Setter for versions.void
ImportFlowDefinitionResponse. setVersions(List<FlowVersion> versions)
Setter for versions.
-