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