Uses of Class
com.arangodb.model.DocumentExistsOptions
-
Packages that use DocumentExistsOptions Package Description com.arangodb com.arangodb.model -
-
Uses of DocumentExistsOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentExistsOptions Modifier and Type Method Description BooleanArangoCollection. documentExists(String key, DocumentExistsOptions options)Checks if the document exists by reading a single document headCompletableFuture<Boolean>ArangoCollectionAsync. documentExists(String key, DocumentExistsOptions options)Asynchronous version ofArangoCollection.documentExists(String, DocumentExistsOptions) -
Uses of DocumentExistsOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentExistsOptions Modifier and Type Method Description DocumentExistsOptionsDocumentExistsOptions. ifMatch(String ifMatch)DocumentExistsOptionsDocumentExistsOptions. ifNoneMatch(String ifNoneMatch)
-