Uses of Class
com.arangodb.model.VertexUpdateOptions
Packages that use VertexUpdateOptions
-
Uses of VertexUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexUpdateOptionsModifier and TypeMethodDescriptionArangoVertexCollection.updateVertex
(String key, Object value, VertexUpdateOptions options) Partially updates the vertex identified by document-key.ArangoVertexCollectionAsync.updateVertex
(String key, Object value, VertexUpdateOptions options) Asynchronous version ofArangoVertexCollection.updateVertex(String, Object, VertexUpdateOptions)
-
Uses of VertexUpdateOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexUpdateOptions