Package com.arangodb.model
Class EdgeReplaceOptions
- java.lang.Object
-
- com.arangodb.model.TransactionalOptions<EdgeReplaceOptions>
-
- com.arangodb.model.EdgeReplaceOptions
-
public final class EdgeReplaceOptions extends TransactionalOptions<EdgeReplaceOptions>
- Author:
- Mark Vollmary
-
-
Constructor Summary
Constructors Constructor Description EdgeReplaceOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIfMatch()BooleangetWaitForSync()EdgeReplaceOptionsifMatch(String ifMatch)EdgeReplaceOptionswaitForSync(Boolean waitForSync)-
Methods inherited from class com.arangodb.model.TransactionalOptions
getStreamTransactionId, streamTransactionId
-
-
-
-
Method Detail
-
getWaitForSync
public Boolean getWaitForSync()
-
waitForSync
public EdgeReplaceOptions waitForSync(Boolean waitForSync)
- Parameters:
waitForSync- Wait until document has been synced to disk.- Returns:
- options
-
getIfMatch
public String getIfMatch()
-
ifMatch
public EdgeReplaceOptions ifMatch(String ifMatch)
- Parameters:
ifMatch- replace a document based on target revision- Returns:
- options
-
-