Uses of Class
com.c8db.entity.VertexUpdateEntity
-
Packages that use VertexUpdateEntity Package Description com.c8db com.c8db.internal -
-
Uses of VertexUpdateEntity in com.c8db
Methods in com.c8db that return VertexUpdateEntity Modifier and Type Method Description <T> VertexUpdateEntityC8VertexCollection. replaceVertex(String key, T value)Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is violated<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<T> VertexUpdateEntityC8VertexCollection. updateVertex(String key, T value)Partially updates the vertex identified by document-key.<T> VertexUpdateEntityC8VertexCollection. updateVertex(String key, T value, VertexUpdateOptions options)Partially updates the vertex identified by document-key. -
Uses of VertexUpdateEntity in com.c8db.internal
Methods in com.c8db.internal that return VertexUpdateEntity Modifier and Type Method Description <T> VertexUpdateEntityC8VertexCollectionImpl. replaceVertex(String key, T value)<T> VertexUpdateEntityC8VertexCollectionImpl. replaceVertex(String key, T value, VertexReplaceOptions options)<T> VertexUpdateEntityC8VertexCollectionImpl. updateVertex(String key, T value)<T> VertexUpdateEntityC8VertexCollectionImpl. updateVertex(String key, T value, VertexUpdateOptions options)Methods in com.c8db.internal that return types with arguments of type VertexUpdateEntity Modifier and Type Method Description protected <T> C8Executor.ResponseDeserializer<VertexUpdateEntity>InternalC8VertexCollection. replaceVertexResponseDeserializer(T value)protected <T> C8Executor.ResponseDeserializer<VertexUpdateEntity>InternalC8VertexCollection. updateVertexResponseDeserializer(T value)
-