Uses of Class
com.c8db.entity.EdgeUpdateEntity
-
Packages that use EdgeUpdateEntity Package Description com.c8db com.c8db.internal -
-
Uses of EdgeUpdateEntity in com.c8db
Methods in com.c8db that return EdgeUpdateEntity Modifier and Type Method Description <T> EdgeUpdateEntityC8EdgeCollection. replaceEdge(String key, T value)Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is violated<T> EdgeUpdateEntityC8EdgeCollection. replaceEdge(String key, T value, EdgeReplaceOptions options)Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is violated<T> EdgeUpdateEntityC8EdgeCollection. updateEdge(String key, T value)Partially updates the edge identified by document-key.<T> EdgeUpdateEntityC8EdgeCollection. updateEdge(String key, T value, EdgeUpdateOptions options)Partially updates the edge identified by document-key. -
Uses of EdgeUpdateEntity in com.c8db.internal
Methods in com.c8db.internal that return EdgeUpdateEntity Modifier and Type Method Description <T> EdgeUpdateEntityC8EdgeCollectionImpl. replaceEdge(String key, T value)<T> EdgeUpdateEntityC8EdgeCollectionImpl. replaceEdge(String key, T value, EdgeReplaceOptions options)<T> EdgeUpdateEntityC8EdgeCollectionImpl. updateEdge(String key, T value)<T> EdgeUpdateEntityC8EdgeCollectionImpl. updateEdge(String key, T value, EdgeUpdateOptions options)Methods in com.c8db.internal that return types with arguments of type EdgeUpdateEntity Modifier and Type Method Description protected <T> C8Executor.ResponseDeserializer<EdgeUpdateEntity>InternalC8EdgeCollection. replaceEdgeResponseDeserializer(T value)protected <T> C8Executor.ResponseDeserializer<EdgeUpdateEntity>InternalC8EdgeCollection. updateEdgeResponseDeserializer(T value)
-