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 void
ArangoVertexCollection. drop(VertexCollectionDropOptions options)
Deprecated.CompletableFuture<Void>
ArangoVertexCollectionAsync. drop(VertexCollectionDropOptions options)
Deprecated. -
Uses of VertexCollectionDropOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexCollectionDropOptions Modifier and Type Method Description VertexCollectionDropOptions
VertexCollectionDropOptions. dropCollection(Boolean dropCollection)
Deprecated.
-