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.internal
Methods in com.arangodb.internal with parameters of type EdgeReplaceOptionsModifier and TypeMethodDescriptionArangoEdgeCollectionAsyncImpl.replaceEdge
(String key, Object value, EdgeReplaceOptions options) ArangoEdgeCollectionImpl.replaceEdge
(String key, Object value, EdgeReplaceOptions options) protected <T> InternalRequest
InternalArangoEdgeCollection.replaceEdgeRequest
(String key, T value, EdgeReplaceOptions options) -
Uses of EdgeReplaceOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeReplaceOptions