Uses of Class
com.arangodb.model.VertexDeleteOptions
Packages that use VertexDeleteOptions
-
Uses of VertexDeleteOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexDeleteOptionsModifier and TypeMethodDescriptionvoidArangoVertexCollection.deleteVertex(String key, VertexDeleteOptions options) Deletes the vertex with the givenkeyfrom the collection.ArangoVertexCollectionAsync.deleteVertex(String key, VertexDeleteOptions options) Asynchronous version ofArangoVertexCollection.deleteVertex(String, VertexDeleteOptions) -
Uses of VertexDeleteOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexDeleteOptions