Uses of Class
com.cloudera.cdp.df.model.FlowVersion
Packages that use FlowVersion
-
Uses of FlowVersion in com.cloudera.cdp.df.model
Methods in com.cloudera.cdp.df.model that return types with arguments of type FlowVersionModifier and TypeMethodDescriptionListFlowDefinitionVersionsResponse.getFlowVersions()Getter for flowVersions.Flow.getVersions()Getter for versions.ImportFlowDefinitionResponse.getVersions()Getter for versions.Method parameters in com.cloudera.cdp.df.model with type arguments of type FlowVersionModifier and TypeMethodDescriptionvoidListFlowDefinitionVersionsResponse.setFlowVersions(List<FlowVersion> flowVersions) Setter for flowVersions.voidFlow.setVersions(List<FlowVersion> versions) Setter for versions.voidImportFlowDefinitionResponse.setVersions(List<FlowVersion> versions) Setter for versions.