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