Package com.github.moaxcp.graphs.events
Class EdgePropertyUpdated.Builder<K>
- java.lang.Object
-
- com.github.moaxcp.graphs.events.GraphEvent.Builder<K,S>
-
- com.github.moaxcp.graphs.events.PropertyEvent.Builder<K,S>
-
- com.github.moaxcp.graphs.events.EdgePropertyEvent.Builder<K,EdgePropertyUpdated.Builder<K>>
-
- com.github.moaxcp.graphs.events.EdgePropertyUpdated.Builder<K>
-
- Enclosing class:
- EdgePropertyUpdated<K>
public static final class EdgePropertyUpdated.Builder<K> extends EdgePropertyEvent.Builder<K,EdgePropertyUpdated.Builder<K>>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgePropertyUpdated<K>
build()
EdgePropertyUpdated.Builder<K>
oldValue(Object oldValue)
EdgePropertyUpdated.Builder<K>
self()
-
Methods inherited from class com.github.moaxcp.graphs.events.EdgePropertyEvent.Builder
edgeId, from, to
-
Methods inherited from class com.github.moaxcp.graphs.events.PropertyEvent.Builder
name, value
-
Methods inherited from class com.github.moaxcp.graphs.events.GraphEvent.Builder
graphId
-
-
-
-
Method Detail
-
self
public EdgePropertyUpdated.Builder<K> self()
- Specified by:
self
in classGraphEvent.Builder<K,EdgePropertyUpdated.Builder<K>>
-
oldValue
public EdgePropertyUpdated.Builder<K> oldValue(Object oldValue)
-
build
public EdgePropertyUpdated<K> build()
- Specified by:
build
in classGraphEvent.Builder<K,EdgePropertyUpdated.Builder<K>>
-
-