Package com.arangodb.model
Class VertexCollectionDropOptions
- java.lang.Object
-
- com.arangodb.model.VertexCollectionDropOptions
-
@Deprecated public class VertexCollectionDropOptions extends Object
Deprecated.useVertexCollectionRemoveOptions
instead
-
-
Constructor Summary
Constructors Constructor Description VertexCollectionDropOptions()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description VertexCollectionDropOptions
dropCollection(Boolean dropCollection)
Deprecated.Boolean
getDropCollection()
Deprecated.
-
-
-
Method Detail
-
getDropCollection
public Boolean getDropCollection()
Deprecated.
-
dropCollection
public VertexCollectionDropOptions dropCollection(Boolean dropCollection)
Deprecated.- Parameters:
dropCollection
- Drop the collection as well. Collection will only be dropped if it is not used in other graphs.- Returns:
- this
-
-