Uses of Class
com.arangodb.model.EdgeUpdateOptions
Packages that use EdgeUpdateOptions
-
Uses of EdgeUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeUpdateOptionsModifier and TypeMethodDescriptionArangoEdgeCollection.updateEdge
(String key, Object value, EdgeUpdateOptions options) Partially updates the edge identified by document-key.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