V
- value typepublic static final class NodeUpdate.Builder<V> extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NodeUpdate<V> |
build() |
NodeUpdate.Builder<V> |
withPath(DocumentPath key) |
NodeUpdate.Builder<V> |
withType(NodeUpdate.Type type) |
NodeUpdate.Builder<V> |
withValue(V value) |
NodeUpdate.Builder<V> |
withVersion(long version) |
public NodeUpdate<V> build()
public NodeUpdate.Builder<V> withType(NodeUpdate.Type type)
public NodeUpdate.Builder<V> withPath(DocumentPath key)
public NodeUpdate.Builder<V> withValue(V value)
public NodeUpdate.Builder<V> withVersion(long version)