Uses of Class
com.arangodb.model.VertexCollectionRemoveOptions
-
Packages that use VertexCollectionRemoveOptions Package Description com.arangodb com.arangodb.model -
-
Uses of VertexCollectionRemoveOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexCollectionRemoveOptions Modifier and Type Method Description void
ArangoVertexCollection. remove(VertexCollectionRemoveOptions options)
Remove a vertex collection form the graph.CompletableFuture<Void>
ArangoVertexCollectionAsync. remove(VertexCollectionRemoveOptions options)
Asynchronous version ofArangoVertexCollection.remove(VertexCollectionRemoveOptions)
-
Uses of VertexCollectionRemoveOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexCollectionRemoveOptions Modifier and Type Method Description VertexCollectionRemoveOptions
VertexCollectionRemoveOptions. dropCollection(Boolean dropCollection)
-