Uses of Class
io.lakefs.clients.sdk.model.ImportLocation.TypeEnum
-
Packages that use ImportLocation.TypeEnum Package Description io.lakefs.clients.sdk.model -
-
Uses of ImportLocation.TypeEnum in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ImportLocation.TypeEnum Modifier and Type Method Description static ImportLocation.TypeEnumImportLocation.TypeEnum. fromValue(String value)ImportLocation.TypeEnumImportLocation. getType()Path type, can either be 'common_prefix' or 'object'ImportLocation.TypeEnumImportLocation.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ImportLocation.TypeEnumImportLocation.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportLocation.TypeEnum[]ImportLocation.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lakefs.clients.sdk.model with parameters of type ImportLocation.TypeEnum Modifier and Type Method Description voidImportLocation. setType(ImportLocation.TypeEnum type)ImportLocationImportLocation. type(ImportLocation.TypeEnum type)voidImportLocation.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ImportLocation.TypeEnum enumeration)
-