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 Boolean
ArangoCollection. documentExists(String key, DocumentExistsOptions options)
Checks if the document exists by reading a single document head -
Uses of DocumentExistsOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentExistsOptions Modifier and Type Method Description DocumentExistsOptions
DocumentExistsOptions. ifMatch(String ifMatch)
DocumentExistsOptions
DocumentExistsOptions. ifNoneMatch(String ifNoneMatch)
DocumentExistsOptions
DocumentExistsOptions. streamTransactionId(String streamTransactionId)
-