Uses of Class
com.arangodb.model.VertexCreateOptions
Packages that use VertexCreateOptions
-
Uses of VertexCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexCreateOptionsModifier and TypeMethodDescriptionArangoVertexCollection.insertVertex
(Object value, VertexCreateOptions options) Creates a new vertex in the collectionArangoVertexCollectionAsync.insertVertex
(Object value, VertexCreateOptions options) Asynchronous version ofArangoVertexCollection.insertVertex(Object, VertexCreateOptions)
-
Uses of VertexCreateOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type VertexCreateOptionsModifier and TypeMethodDescriptionArangoVertexCollectionAsyncImpl.insertVertex
(Object value, VertexCreateOptions options) ArangoVertexCollectionImpl.insertVertex
(Object value, VertexCreateOptions options) protected <T> InternalRequest
InternalArangoVertexCollection.insertVertexRequest
(T value, VertexCreateOptions options) -
Uses of VertexCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexCreateOptions