public class DocumentExistsOptions extends Object
Constructor and Description |
---|
DocumentExistsOptions() |
Modifier and Type | Method and Description |
---|---|
DocumentExistsOptions |
catchException(boolean catchException) |
String |
getIfMatch() |
String |
getIfNoneMatch() |
String |
getStreamTransactionId() |
DocumentExistsOptions |
ifMatch(String ifMatch) |
DocumentExistsOptions |
ifNoneMatch(String ifNoneMatch) |
boolean |
isCatchException() |
DocumentExistsOptions |
streamTransactionId(String streamTransactionId) |
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 exceptionspublic String getStreamTransactionId()
public DocumentExistsOptions streamTransactionId(String streamTransactionId)
streamTransactionId
- If set, the operation will be executed within the transaction.Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.