public class DocumentExistsOptions extends Object
| Constructor and Description |
|---|
DocumentExistsOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIfMatch() |
String |
getIfNoneMatch() |
DocumentExistsOptions |
ifMatch(String ifMatch) |
DocumentExistsOptions |
ifNoneMatch(String ifNoneMatch) |
public String getIfNoneMatch()
public DocumentExistsOptions ifNoneMatch(String ifNoneMatch)
ifNoneMatch - document revision must not contain If-None-Matchpublic String getIfMatch()
public DocumentExistsOptions ifMatch(String ifMatch)
ifMatch - document revision must contain If-MatchCopyright © 2016–2017 ArangoDB GmbH. All rights reserved.