| Package | Description |
|---|---|
| com.arangodb.util |
| Modifier and Type | Method and Description |
|---|---|
ImportOptionsRaw.ImportType |
ImportOptionsRaw.getImportType()
Determines how the body of the request will be interpreted. type can have
the following values:
ImportType.DOCUMENTS: when this type is used, each line in the request
body is expected to be an individual JSON-encoded document.
|
static ImportOptionsRaw.ImportType |
ImportOptionsRaw.ImportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportOptionsRaw.ImportType[] |
ImportOptionsRaw.ImportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImportOptionsRaw |
ImportOptionsRaw.setImportType(ImportOptionsRaw.ImportType importType)
Determines how the body of the request will be interpreted. type can have
the following values:
ImportType.DOCUMENTS: when this type is used, each line in the request
body is expected to be an individual JSON-encoded document.
|
| Constructor and Description |
|---|
ImportOptionsRaw(ImportOptionsRaw.ImportType importType) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.