Uses of Class
io.lakefs.clients.api.model.ImportLocation
-
Packages that use ImportLocation Package Description io.lakefs.clients.api.model -
-
Uses of ImportLocation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ImportLocation Modifier and Type Method Description ImportLocationImportLocation. destination(String destination)ImportLocationImportLocation. path(String path)ImportLocationImportLocation. type(ImportLocation.TypeEnum type)Methods in io.lakefs.clients.api.model that return types with arguments of type ImportLocation Modifier and Type Method Description List<ImportLocation>ImportCreation. getPaths()Get pathsMethods in io.lakefs.clients.api.model with parameters of type ImportLocation Modifier and Type Method Description ImportCreationImportCreation. addPathsItem(ImportLocation pathsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type ImportLocation Modifier and Type Method Description ImportCreationImportCreation. paths(List<ImportLocation> paths)voidImportCreation. setPaths(List<ImportLocation> paths)
-