Uses of Class
com.arangodb.model.EdgeUpdateOptions
-
Packages that use EdgeUpdateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of EdgeUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeUpdateOptions Modifier and Type Method Description EdgeUpdateEntityArangoEdgeCollection. updateEdge(String key, Object value, EdgeUpdateOptions options)Partially updates the edge identified by document-key. -
Uses of EdgeUpdateOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeUpdateOptions Modifier and Type Method Description EdgeUpdateOptionsEdgeUpdateOptions. ifMatch(String ifMatch)EdgeUpdateOptionsEdgeUpdateOptions. keepNull(Boolean keepNull)EdgeUpdateOptionsEdgeUpdateOptions. streamTransactionId(String streamTransactionId)EdgeUpdateOptionsEdgeUpdateOptions. waitForSync(Boolean waitForSync)
-