Uses of Class
com.arangodb.entity.VertexUpdateEntity
Packages that use VertexUpdateEntity
-
Uses of VertexUpdateEntity in com.arangodb
Methods in com.arangodb that return VertexUpdateEntityModifier and TypeMethodDescriptionArangoVertexCollection.replaceVertex
(String key, Object value) Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is violatedArangoVertexCollection.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 violatedArangoVertexCollection.updateVertex
(String key, Object value) Partially updates the vertex identified by document-key.ArangoVertexCollection.updateVertex
(String key, Object value, VertexUpdateOptions options) Partially updates the vertex identified by document-key.Methods in com.arangodb that return types with arguments of type VertexUpdateEntityModifier and TypeMethodDescriptionArangoVertexCollectionAsync.replaceVertex
(String key, Object value) Asynchronous version ofArangoVertexCollection.replaceVertex(String, Object)
ArangoVertexCollectionAsync.replaceVertex
(String key, Object value, VertexReplaceOptions options) Asynchronous version ofArangoVertexCollection.replaceVertex(String, Object, VertexReplaceOptions)
ArangoVertexCollectionAsync.updateVertex
(String key, Object value) Asynchronous version ofArangoVertexCollection.updateVertex(String, Object)
ArangoVertexCollectionAsync.updateVertex
(String key, Object value, VertexUpdateOptions options) Asynchronous version ofArangoVertexCollection.updateVertex(String, Object, VertexUpdateOptions)
-
Uses of VertexUpdateEntity in com.arangodb.internal
Methods in com.arangodb.internal that return VertexUpdateEntityModifier and TypeMethodDescriptionArangoVertexCollectionImpl.replaceVertex
(String key, Object value) ArangoVertexCollectionImpl.replaceVertex
(String key, Object value, VertexReplaceOptions options) ArangoVertexCollectionImpl.updateVertex
(String key, Object value) ArangoVertexCollectionImpl.updateVertex
(String key, Object value, VertexUpdateOptions options) Methods in com.arangodb.internal that return types with arguments of type VertexUpdateEntityModifier and TypeMethodDescriptionArangoVertexCollectionAsyncImpl.replaceVertex
(String key, Object value) ArangoVertexCollectionAsyncImpl.replaceVertex
(String key, Object value, VertexReplaceOptions options) InternalArangoVertexCollection.replaceVertexResponseDeserializer()
ArangoVertexCollectionAsyncImpl.updateVertex
(String key, Object value) ArangoVertexCollectionAsyncImpl.updateVertex
(String key, Object value, VertexUpdateOptions options) InternalArangoVertexCollection.updateVertexResponseDeserializer()