Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> VertexUpdateEntity |
ArangoVertexCollection.replaceVertex(String key,
T value,
VertexReplaceOptions options)
Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is
violated
|
Modifier and Type | Method and Description |
---|---|
protected <T> Request |
InternalArangoVertexCollection.replaceVertexRequest(String key,
T value,
VertexReplaceOptions options) |
Modifier and Type | Method and Description |
---|---|
VertexReplaceOptions |
VertexReplaceOptions.ifMatch(String ifMatch) |
VertexReplaceOptions |
VertexReplaceOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.