Uses of Class
com.arangodb.model.EdgeReplaceOptions
-
Packages that use EdgeReplaceOptions Package Description com.arangodb com.arangodb.model -
-
Uses of EdgeReplaceOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeReplaceOptions Modifier and Type Method Description EdgeUpdateEntity
ArangoEdgeCollection. replaceEdge(String key, Object value, EdgeReplaceOptions options)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is violated -
Uses of EdgeReplaceOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeReplaceOptions Modifier and Type Method Description EdgeReplaceOptions
EdgeReplaceOptions. ifMatch(String ifMatch)
EdgeReplaceOptions
EdgeReplaceOptions. streamTransactionId(String streamTransactionId)
EdgeReplaceOptions
EdgeReplaceOptions. waitForSync(Boolean waitForSync)
-