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