Class DataFlowFolder


  • public final class DataFlowFolder
    extends Object
    The folder that this data flow is in. If not specified, Data flow will appear at the root level.
    • Constructor Detail

      • DataFlowFolder

        public DataFlowFolder()
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name of the folder that this data flow is in.
        Returns:
        the name value.
      • setName

        public DataFlowFolder setName​(String name)
        Set the name property: The name of the folder that this data flow is in.
        Parameters:
        name - the name value to set.
        Returns:
        the DataFlowFolder object itself.