Uses of Class
com.c8db.model.VertexUpdateOptions
-
Packages that use VertexUpdateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of VertexUpdateOptions in com.c8db
Methods in com.c8db with parameters of type VertexUpdateOptions Modifier and Type Method Description <T> VertexUpdateEntityC8VertexCollection. updateVertex(String key, T value, VertexUpdateOptions options)Partially updates the vertex identified by document-key. -
Uses of VertexUpdateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type VertexUpdateOptions Modifier and Type Method Description <T> VertexUpdateEntityC8VertexCollectionImpl. updateVertex(String key, T value, VertexUpdateOptions options)protected <T> RequestInternalC8VertexCollection. updateVertexRequest(String key, T value, VertexUpdateOptions options) -
Uses of VertexUpdateOptions in com.c8db.model
Methods in com.c8db.model that return VertexUpdateOptions Modifier and Type Method Description VertexUpdateOptionsVertexUpdateOptions. ifMatch(String ifMatch)VertexUpdateOptionsVertexUpdateOptions. keepNull(Boolean keepNull)VertexUpdateOptionsVertexUpdateOptions. waitForSync(Boolean waitForSync)
-