Uses of Class
com.c8db.model.VertexReplaceOptions
-
Packages that use VertexReplaceOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of VertexReplaceOptions in com.c8db
Methods in com.c8db with parameters of type VertexReplaceOptions Modifier and Type Method Description <T> VertexUpdateEntityC8VertexCollection. replaceVertex(String key, T value, VertexReplaceOptions options)Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is violated -
Uses of VertexReplaceOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type VertexReplaceOptions Modifier and Type Method Description <T> VertexUpdateEntityC8VertexCollectionImpl. replaceVertex(String key, T value, VertexReplaceOptions options)protected <T> RequestInternalC8VertexCollection. replaceVertexRequest(String key, T value, VertexReplaceOptions options) -
Uses of VertexReplaceOptions in com.c8db.model
Methods in com.c8db.model that return VertexReplaceOptions Modifier and Type Method Description VertexReplaceOptionsVertexReplaceOptions. ifMatch(String ifMatch)VertexReplaceOptionsVertexReplaceOptions. waitForSync(Boolean waitForSync)
-