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