Uses of Class
com.arangodb.model.EdgeCollectionDropOptions
Packages that use EdgeCollectionDropOptions
-
Uses of EdgeCollectionDropOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeCollectionDropOptionsModifier and TypeMethodDescriptionvoid
ArangoEdgeCollection.drop
(EdgeCollectionDropOptions options) Deprecated.ArangoEdgeCollectionAsync.drop
(EdgeCollectionDropOptions options) Deprecated. -
Uses of EdgeCollectionDropOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type EdgeCollectionDropOptionsModifier and TypeMethodDescriptionArangoEdgeCollectionAsyncImpl.drop
(EdgeCollectionDropOptions options) Deprecated.void
ArangoEdgeCollectionImpl.drop
(EdgeCollectionDropOptions options) Deprecated.protected InternalRequest
InternalArangoEdgeCollection.removeEdgeDefinitionRequest
(EdgeCollectionDropOptions options) Deprecated. -
Uses of EdgeCollectionDropOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeCollectionDropOptionsModifier and TypeMethodDescriptionEdgeCollectionDropOptions.dropCollections
(Boolean dropCollections) Deprecated.EdgeCollectionDropOptions.waitForSync
(Boolean waitForSync) Deprecated.
ArangoEdgeCollection.remove(EdgeCollectionRemoveOptions)
instead