Uses of Class
com.c8db.model.VertexDeleteOptions
-
Packages that use VertexDeleteOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of VertexDeleteOptions in com.c8db
Methods in com.c8db with parameters of type VertexDeleteOptions Modifier and Type Method Description voidC8VertexCollection. deleteVertex(String key, VertexDeleteOptions options)Deletes the vertex with the givenkeyfrom the collection. -
Uses of VertexDeleteOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type VertexDeleteOptions Modifier and Type Method Description voidC8VertexCollectionImpl. deleteVertex(String key, VertexDeleteOptions options)protected RequestInternalC8VertexCollection. deleteVertexRequest(String key, VertexDeleteOptions options) -
Uses of VertexDeleteOptions in com.c8db.model
Methods in com.c8db.model that return VertexDeleteOptions Modifier and Type Method Description VertexDeleteOptionsVertexDeleteOptions. ifMatch(String ifMatch)VertexDeleteOptionsVertexDeleteOptions. waitForSync(Boolean waitForSync)
-