Package com.arangodb.model
Class EdgeCollectionDropOptions
- java.lang.Object
-
- com.arangodb.model.EdgeCollectionDropOptions
-
@Deprecated public class EdgeCollectionDropOptions extends Object
Deprecated.useEdgeCollectionRemoveOptions
instead
-
-
Constructor Summary
Constructors Constructor Description EdgeCollectionDropOptions()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EdgeCollectionDropOptions
dropCollections(Boolean dropCollections)
Deprecated.Boolean
getDropCollections()
Deprecated.Boolean
getWaitForSync()
Deprecated.EdgeCollectionDropOptions
waitForSync(Boolean waitForSync)
Deprecated.
-
-
-
Method Detail
-
getWaitForSync
public Boolean getWaitForSync()
Deprecated.
-
waitForSync
public EdgeCollectionDropOptions waitForSync(Boolean waitForSync)
Deprecated.- Parameters:
waitForSync
- Define if the request should wait until synced to disk.- Returns:
- this
-
getDropCollections
public Boolean getDropCollections()
Deprecated.
-
dropCollections
public EdgeCollectionDropOptions dropCollections(Boolean dropCollections)
Deprecated.- Parameters:
dropCollections
- Drop the collection as well. Collection will only be dropped if it is not used in other graphs.- Returns:
- this
-
-