public class DocumentReadOptions extends Object
Constructor and Description |
---|
DocumentReadOptions() |
Modifier and Type | Method and Description |
---|---|
DocumentReadOptions |
catchException(boolean catchException) |
String |
getIfMatch() |
String |
getIfNoneMatch() |
DocumentReadOptions |
ifMatch(String ifMatch) |
DocumentReadOptions |
ifNoneMatch(String ifNoneMatch) |
boolean |
isCatchException() |
public String getIfNoneMatch()
public DocumentReadOptions ifNoneMatch(String ifNoneMatch)
ifNoneMatch
- document revision must not contain If-None-Matchpublic String getIfMatch()
public DocumentReadOptions ifMatch(String ifMatch)
ifMatch
- document revision must contain If-Matchpublic boolean isCatchException()
public DocumentReadOptions catchException(boolean catchException)
catchException
- whether or not catch possible thrown exceptionsCopyright © 2016–2018 ArangoDB GmbH. All rights reserved.