Uses of Class
com.c8db.model.EdgeDeleteOptions
-
Packages that use EdgeDeleteOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of EdgeDeleteOptions in com.c8db
Methods in com.c8db with parameters of type EdgeDeleteOptions Modifier and Type Method Description voidC8EdgeCollection. deleteEdge(String key, EdgeDeleteOptions options)Removes a edge -
Uses of EdgeDeleteOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type EdgeDeleteOptions Modifier and Type Method Description voidC8EdgeCollectionImpl. deleteEdge(String key, EdgeDeleteOptions options)protected RequestInternalC8EdgeCollection. deleteEdgeRequest(String key, EdgeDeleteOptions options) -
Uses of EdgeDeleteOptions in com.c8db.model
Methods in com.c8db.model that return EdgeDeleteOptions Modifier and Type Method Description EdgeDeleteOptionsEdgeDeleteOptions. ifMatch(String ifMatch)EdgeDeleteOptionsEdgeDeleteOptions. waitForSync(Boolean waitForSync)
-