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