Uses of Class
com.c8db.model.EdgeReplaceOptions
-
Packages that use EdgeReplaceOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of EdgeReplaceOptions in com.c8db
Methods in com.c8db with parameters of type EdgeReplaceOptions Modifier and Type Method Description <T> EdgeUpdateEntityC8EdgeCollection. replaceEdge(String key, T value, EdgeReplaceOptions options)Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is violated -
Uses of EdgeReplaceOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type EdgeReplaceOptions Modifier and Type Method Description <T> EdgeUpdateEntityC8EdgeCollectionImpl. replaceEdge(String key, T value, EdgeReplaceOptions options)protected <T> RequestInternalC8EdgeCollection. replaceEdgeRequest(String key, T value, EdgeReplaceOptions options) -
Uses of EdgeReplaceOptions in com.c8db.model
Methods in com.c8db.model that return EdgeReplaceOptions Modifier and Type Method Description EdgeReplaceOptionsEdgeReplaceOptions. ifMatch(String ifMatch)EdgeReplaceOptionsEdgeReplaceOptions. waitForSync(Boolean waitForSync)
-