Uses of Class
com.arangodb.model.DocumentExistsOptions
Packages that use DocumentExistsOptions
-
Uses of DocumentExistsOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentExistsOptionsModifier and TypeMethodDescriptionArangoCollection.documentExists
(String key, DocumentExistsOptions options) Checks if the document exists by reading a single document headArangoCollectionAsync.documentExists
(String key, DocumentExistsOptions options) Asynchronous version ofArangoCollection.documentExists(String, DocumentExistsOptions)
-
Uses of DocumentExistsOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type DocumentExistsOptionsModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.documentExists
(String key, DocumentExistsOptions options) ArangoCollectionImpl.documentExists
(String key, DocumentExistsOptions options) protected InternalRequest
InternalArangoCollection.documentExistsRequest
(String key, DocumentExistsOptions options) -
Uses of DocumentExistsOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentExistsOptions