Uses of Class
com.arangodb.model.EdgeDeleteOptions
-
Packages that use EdgeDeleteOptions Package Description com.arangodb com.arangodb.model -
-
Uses of EdgeDeleteOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeDeleteOptions Modifier and Type Method Description voidArangoEdgeCollection. deleteEdge(String key, EdgeDeleteOptions options)Removes a edge -
Uses of EdgeDeleteOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeDeleteOptions Modifier and Type Method Description EdgeDeleteOptionsEdgeDeleteOptions. ifMatch(String ifMatch)EdgeDeleteOptionsEdgeDeleteOptions. streamTransactionId(String streamTransactionId)EdgeDeleteOptionsEdgeDeleteOptions. waitForSync(Boolean waitForSync)
-