Uses of Class
com.arangodb.model.ImportType
-
Packages that use ImportType Package Description com.arangodb.model -
-
Uses of ImportType in com.arangodb.model
Methods in com.arangodb.model that return ImportType Modifier and Type Method Description static ImportTypeImportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportType[]ImportType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-