Uses of Class
com.arangodb.model.EdgeReplaceOptions
Packages that use EdgeReplaceOptions
-
Uses of EdgeReplaceOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeReplaceOptionsModifier and TypeMethodDescriptionArangoEdgeCollection.replaceEdge
(String key, Object value, EdgeReplaceOptions options) Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is violatedArangoEdgeCollectionAsync.replaceEdge
(String key, Object value, EdgeReplaceOptions options) Asynchronous version ofArangoEdgeCollection.replaceEdge(String, Object, EdgeReplaceOptions)
-
Uses of EdgeReplaceOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeReplaceOptions