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