Uses of Class
com.arangodb.model.EdgeUpdateOptions
Packages that use EdgeUpdateOptions
-
Uses of EdgeUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeUpdateOptionsModifier and TypeMethodDescriptionArangoEdgeCollection.updateEdge
(String key, Object value, EdgeUpdateOptions options) Partially updates the edge identified by document-key.ArangoEdgeCollectionAsync.updateEdge
(String key, Object value, EdgeUpdateOptions options) Asynchronous version ofArangoEdgeCollection.updateEdge(String, Object, EdgeUpdateOptions)
-
Uses of EdgeUpdateOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type EdgeUpdateOptionsModifier and TypeMethodDescriptionArangoEdgeCollectionAsyncImpl.updateEdge
(String key, Object value, EdgeUpdateOptions options) ArangoEdgeCollectionImpl.updateEdge
(String key, Object value, EdgeUpdateOptions options) protected <T> InternalRequest
InternalArangoEdgeCollection.updateEdgeRequest
(String key, T value, EdgeUpdateOptions options) -
Uses of EdgeUpdateOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeUpdateOptions