Package com.c8db.model
Class VertexReplaceOptions
- java.lang.Object
-
- com.c8db.model.VertexReplaceOptions
-
public class VertexReplaceOptions extends Object
-
-
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)
-
-
-
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
-
-