Uses of Class
io.lakefs.clients.sdk.model.ImportLocation
-
Packages that use ImportLocation Package Description io.lakefs.clients.sdk.model -
-
Uses of ImportLocation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ImportLocation Modifier and Type Method Description ImportLocationImportLocation. destination(String destination)static ImportLocationImportLocation. fromJson(String jsonString)Create an instance of ImportLocation given an JSON stringImportLocationImportLocation. path(String path)ImportLocationImportLocation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ImportLocationImportLocation. type(ImportLocation.TypeEnum type)Methods in io.lakefs.clients.sdk.model that return types with arguments of type ImportLocation Modifier and Type Method Description List<ImportLocation>ImportCreation. getPaths()Get pathsMethods in io.lakefs.clients.sdk.model with parameters of type ImportLocation Modifier and Type Method Description ImportCreationImportCreation. addPathsItem(ImportLocation pathsItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type ImportLocation Modifier and Type Method Description ImportCreationImportCreation. paths(List<ImportLocation> paths)voidImportCreation. setPaths(List<ImportLocation> paths)
-