Uses of Class
com.arangodb.model.VertexCollectionDropOptions
Packages that use VertexCollectionDropOptions
-
Uses of VertexCollectionDropOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexCollectionDropOptionsModifier and TypeMethodDescriptionvoid
ArangoVertexCollection.drop
(VertexCollectionDropOptions options) Deprecated.ArangoVertexCollectionAsync.drop
(VertexCollectionDropOptions options) Deprecated. -
Uses of VertexCollectionDropOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type VertexCollectionDropOptionsModifier and TypeMethodDescriptionArangoVertexCollectionAsyncImpl.drop
(VertexCollectionDropOptions options) Deprecated.void
ArangoVertexCollectionImpl.drop
(VertexCollectionDropOptions options) Deprecated.protected InternalRequest
InternalArangoVertexCollection.dropRequest
(VertexCollectionDropOptions options) Deprecated. -
Uses of VertexCollectionDropOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexCollectionDropOptionsModifier and TypeMethodDescriptionVertexCollectionDropOptions.dropCollection
(Boolean dropCollection) Deprecated.
ArangoVertexCollection.remove(VertexCollectionRemoveOptions)
instead