Uses of Class
com.arangodb.model.VertexReplaceOptions
Packages that use VertexReplaceOptions
-
Uses of VertexReplaceOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexReplaceOptionsModifier and TypeMethodDescriptionArangoVertexCollection.replaceVertex
(String key, Object value, VertexReplaceOptions options) Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is violatedArangoVertexCollectionAsync.replaceVertex
(String key, Object value, VertexReplaceOptions options) Asynchronous version ofArangoVertexCollection.replaceVertex(String, Object, VertexReplaceOptions)
-
Uses of VertexReplaceOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexReplaceOptions