Package com.arangodb.model
Class DocumentExistsOptions
java.lang.Object
com.arangodb.model.TransactionalOptions<DocumentExistsOptions>
com.arangodb.model.DocumentExistsOptions
- Author:
- Mark Vollmary, Michele Rastelli
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.arangodb.model.TransactionalOptions
getStreamTransactionId, streamTransactionId
-
Constructor Details
-
DocumentExistsOptions
public DocumentExistsOptions()
-
-
Method Details
-
getIfNoneMatch
-
ifNoneMatch
- Parameters:
ifNoneMatch
- document revision must not contain If-None-Match- Returns:
- options
-
getIfMatch
-
ifMatch
- Parameters:
ifMatch
- document revision must contain If-Match- Returns:
- options
-