Uses of Class
com.arangodb.model.EdgeUpdateOptions
-
Packages that use EdgeUpdateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of EdgeUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeUpdateOptions Modifier and Type Method Description EdgeUpdateEntity
ArangoEdgeCollection. updateEdge(String key, Object value, EdgeUpdateOptions options)
Partially updates the edge identified by document-key.CompletableFuture<EdgeUpdateEntity>
ArangoEdgeCollectionAsync. updateEdge(String key, Object value, EdgeUpdateOptions options)
Asynchronous version ofArangoEdgeCollection.updateEdge(String, Object, EdgeUpdateOptions)
-
Uses of EdgeUpdateOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeUpdateOptions Modifier and Type Method Description EdgeUpdateOptions
EdgeUpdateOptions. ifMatch(String ifMatch)
EdgeUpdateOptions
EdgeUpdateOptions. keepNull(Boolean keepNull)
EdgeUpdateOptions
EdgeUpdateOptions. streamTransactionId(String streamTransactionId)
EdgeUpdateOptions
EdgeUpdateOptions. waitForSync(Boolean waitForSync)
-