Uses of Class
com.arangodb.model.VertexUpdateOptions
-
Packages that use VertexUpdateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of VertexUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexUpdateOptions Modifier and Type Method Description VertexUpdateEntityArangoVertexCollection. updateVertex(String key, Object value, VertexUpdateOptions options)Partially updates the vertex identified by document-key.CompletableFuture<VertexUpdateEntity>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 Modifier and Type Method Description VertexUpdateOptionsVertexUpdateOptions. ifMatch(String ifMatch)VertexUpdateOptionsVertexUpdateOptions. keepNull(Boolean keepNull)VertexUpdateOptionsVertexUpdateOptions. waitForSync(Boolean waitForSync)
-