Uses of Class
com.c8db.model.EdgeUpdateOptions
-
Packages that use EdgeUpdateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of EdgeUpdateOptions in com.c8db
Methods in com.c8db with parameters of type EdgeUpdateOptions Modifier and Type Method Description <T> EdgeUpdateEntityC8EdgeCollection. updateEdge(String key, T value, EdgeUpdateOptions options)Partially updates the edge identified by document-key. -
Uses of EdgeUpdateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type EdgeUpdateOptions Modifier and Type Method Description <T> EdgeUpdateEntityC8EdgeCollectionImpl. updateEdge(String key, T value, EdgeUpdateOptions options)protected <T> RequestInternalC8EdgeCollection. updateEdgeRequest(String key, T value, EdgeUpdateOptions options) -
Uses of EdgeUpdateOptions in com.c8db.model
Methods in com.c8db.model that return EdgeUpdateOptions Modifier and Type Method Description EdgeUpdateOptionsEdgeUpdateOptions. ifMatch(String ifMatch)EdgeUpdateOptionsEdgeUpdateOptions. keepNull(Boolean keepNull)EdgeUpdateOptionsEdgeUpdateOptions. waitForSync(Boolean waitForSync)
-