Uses of Class
com.cloudera.cdp.df.model.FlowVersionTag
Packages that use FlowVersionTag
-
Uses of FlowVersionTag in com.cloudera.cdp.df.model
Methods in com.cloudera.cdp.df.model that return FlowVersionTagModifier and TypeMethodDescriptionCreateFlowVersionTagResponse.getFlowVersionTag()Getter for flowVersionTag.DeleteFlowVersionTagResponse.getFlowVersionTag()Getter for flowVersionTag.Methods in com.cloudera.cdp.df.model that return types with arguments of type FlowVersionTagModifier and TypeMethodDescriptionListFlowVersionTagsResponse.getFlowVersionTags()Getter for flowVersionTags.FlowVersion.getTags()Getter for tags.ImportFlowDefinitionVersionResponse.getTags()Getter for tags.Methods in com.cloudera.cdp.df.model with parameters of type FlowVersionTagModifier and TypeMethodDescriptionvoidCreateFlowVersionTagResponse.setFlowVersionTag(FlowVersionTag flowVersionTag) Setter for flowVersionTag.voidDeleteFlowVersionTagResponse.setFlowVersionTag(FlowVersionTag flowVersionTag) Setter for flowVersionTag.Method parameters in com.cloudera.cdp.df.model with type arguments of type FlowVersionTagModifier and TypeMethodDescriptionvoidListFlowVersionTagsResponse.setFlowVersionTags(List<FlowVersionTag> flowVersionTags) Setter for flowVersionTags.voidFlowVersion.setTags(List<FlowVersionTag> tags) Setter for tags.voidImportFlowDefinitionVersionResponse.setTags(List<FlowVersionTag> tags) Setter for tags.