public class DocumentExistsOptions extends Object
Constructor and Description |
---|
DocumentExistsOptions() |
Modifier and Type | Method and Description |
---|---|
DocumentExistsOptions |
catchException(boolean catchException) |
String |
getIfMatch() |
String |
getIfNoneMatch() |
DocumentExistsOptions |
ifMatch(String ifMatch) |
DocumentExistsOptions |
ifNoneMatch(String ifNoneMatch) |
boolean |
isCatchException() |
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-Matchpublic boolean isCatchException()
public DocumentExistsOptions catchException(boolean catchException)
catchException
- whether or not catch possible thrown exceptionsCopyright © 2016–2019 ArangoDB GmbH. All rights reserved.