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