Uses of Class
com.arangodb.model.EdgeCreateOptions
Packages that use EdgeCreateOptions
-
Uses of EdgeCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeCreateOptionsModifier and TypeMethodDescriptionArangoEdgeCollection.insertEdge
(Object value, EdgeCreateOptions options) Creates a new edge in the collectionArangoEdgeCollectionAsync.insertEdge
(Object value, EdgeCreateOptions options) Asynchronous version ofArangoEdgeCollection.insertEdge(Object, EdgeCreateOptions)
-
Uses of EdgeCreateOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type EdgeCreateOptionsModifier and TypeMethodDescriptionArangoEdgeCollectionAsyncImpl.insertEdge
(Object value, EdgeCreateOptions options) ArangoEdgeCollectionImpl.insertEdge
(Object value, EdgeCreateOptions options) protected <T> InternalRequest
InternalArangoEdgeCollection.insertEdgeRequest
(T value, EdgeCreateOptions options) -
Uses of EdgeCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeCreateOptions