Class DatasetFolder


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

      • DatasetFolder

        public DatasetFolder()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of the folder that this Dataset is in.
        Returns:
        the name value.
      • withName

        public DatasetFolder withName​(String name)
        Set the name property: The name of the folder that this Dataset is in.
        Parameters:
        name - the name value to set.
        Returns:
        the DatasetFolder object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.