Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> EdgeUpdateEntity |
ArangoEdgeCollection.replaceEdge(String key,
T value,
EdgeReplaceOptions options)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is
violated
|
Modifier and Type | Method and Description |
---|---|
protected <T> Request |
InternalArangoEdgeCollection.replaceEdgeRequest(String key,
T value,
EdgeReplaceOptions options) |
Modifier and Type | Method and Description |
---|---|
EdgeReplaceOptions |
EdgeReplaceOptions.ifMatch(String ifMatch) |
EdgeReplaceOptions |
EdgeReplaceOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.