Uses of Class
com.arangodb.model.VertexDeleteOptions
Packages that use VertexDeleteOptions
-
Uses of VertexDeleteOptions in com.arangodb
Methods in com.arangodb with parameters of type VertexDeleteOptionsModifier and TypeMethodDescriptionvoid
ArangoVertexCollection.deleteVertex
(String key, VertexDeleteOptions options) Deletes the vertex with the givenkey
from the collection.ArangoVertexCollectionAsync.deleteVertex
(String key, VertexDeleteOptions options) Asynchronous version ofArangoVertexCollection.deleteVertex(String, VertexDeleteOptions)
-
Uses of VertexDeleteOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type VertexDeleteOptionsModifier and TypeMethodDescriptionArangoVertexCollectionAsyncImpl.deleteVertex
(String key, VertexDeleteOptions options) void
ArangoVertexCollectionImpl.deleteVertex
(String key, VertexDeleteOptions options) protected InternalRequest
InternalArangoVertexCollection.deleteVertexRequest
(String key, VertexDeleteOptions options) -
Uses of VertexDeleteOptions in com.arangodb.model
Methods in com.arangodb.model that return VertexDeleteOptions