Uses of Class
com.arangodb.model.VertexReplaceOptions
Packages that use VertexReplaceOptions
-
Uses of VertexReplaceOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexReplaceOptionsModifier and TypeMethodDescriptionArangoVertexCollection.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 violatedArangoVertexCollectionAsync.replaceVertex
(String key, Object value, VertexReplaceOptions options) Asynchronous version ofArangoVertexCollection.replaceVertex(String, Object, VertexReplaceOptions)
-
Uses of VertexReplaceOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type VertexReplaceOptionsModifier and TypeMethodDescriptionArangoVertexCollectionAsyncImpl.replaceVertex
(String key, Object value, VertexReplaceOptions options) ArangoVertexCollectionImpl.replaceVertex
(String key, Object value, VertexReplaceOptions options) protected <T> InternalRequest
InternalArangoVertexCollection.replaceVertexRequest
(String key, T value, VertexReplaceOptions options) -
Uses of VertexReplaceOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexReplaceOptions