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 VertexUpdateEntityArangoVertexCollection. 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 VertexReplaceOptionsVertexReplaceOptions. ifMatch(String ifMatch)VertexReplaceOptionsVertexReplaceOptions. streamTransactionId(String streamTransactionId)VertexReplaceOptionsVertexReplaceOptions. waitForSync(Boolean waitForSync)
-