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 EdgeUpdateEntityArangoEdgeCollection. 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 EdgeUpdateOptionsEdgeUpdateOptions. ifMatch(String ifMatch)EdgeUpdateOptionsEdgeUpdateOptions. keepNull(Boolean keepNull)EdgeUpdateOptionsEdgeUpdateOptions. waitForSync(Boolean waitForSync)
-