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