Uses of Class
com.arangodb.model.GraphDocumentReadOptions
-
Packages that use GraphDocumentReadOptions Package Description com.arangodb com.arangodb.model -
-
Uses of GraphDocumentReadOptions in com.arangodb
Methods in com.arangodb with parameters of type GraphDocumentReadOptions Modifier and Type Method Description <T> TArangoEdgeCollection. getEdge(String key, Class<T> type, GraphDocumentReadOptions options)Fetches an existing edge<T> CompletableFuture<T>ArangoEdgeCollectionAsync. getEdge(String key, Class<T> type, GraphDocumentReadOptions options)Asynchronous version ofArangoEdgeCollection.getEdge(String, Class, GraphDocumentReadOptions)<T> TArangoVertexCollection. getVertex(String key, Class<T> type, GraphDocumentReadOptions options)Retrieves the vertex document with the givenkeyfrom the collection.<T> CompletableFuture<T>ArangoVertexCollectionAsync. getVertex(String key, Class<T> type, GraphDocumentReadOptions options)Asynchronous version ofArangoVertexCollection.getVertex(String, Class, GraphDocumentReadOptions) -
Uses of GraphDocumentReadOptions in com.arangodb.model
Methods in com.arangodb.model that return GraphDocumentReadOptions Modifier and Type Method Description GraphDocumentReadOptionsGraphDocumentReadOptions. allowDirtyRead(Boolean allowDirtyRead)GraphDocumentReadOptionsGraphDocumentReadOptions. ifMatch(String ifMatch)GraphDocumentReadOptionsGraphDocumentReadOptions. ifNoneMatch(String ifNoneMatch)
-