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.internal
Methods in com.arangodb.internal with parameters of type VertexUpdateOptionsModifier and TypeMethodDescriptionArangoVertexCollectionAsyncImpl.updateVertex
(String key, Object value, VertexUpdateOptions options) ArangoVertexCollectionImpl.updateVertex
(String key, Object value, VertexUpdateOptions options) protected <T> InternalRequest
InternalArangoVertexCollection.updateVertexRequest
(String key, T value, VertexUpdateOptions options) -
Uses of VertexUpdateOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexUpdateOptions