public class DocumentReadOptions extends Object
Constructor and Description |
---|
DocumentReadOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getIfMatch() |
String |
getIfNoneMatch() |
DocumentReadOptions |
ifMatch(String ifMatch) |
DocumentReadOptions |
ifNoneMatch(String ifNoneMatch) |
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-MatchCopyright © 2016 ArangoDB GmbH. All rights reserved.