| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MapUpdate<K,V> |
build() |
MapUpdate.Builder<K,V> |
withCurrentValue(V value) |
MapUpdate.Builder<K,V> |
withCurrentVersion(long version) |
MapUpdate.Builder<K,V> |
withKey(K key) |
MapUpdate.Builder<K,V> |
withMapName(String name) |
MapUpdate.Builder<K,V> |
withType(MapUpdate.Type type) |
MapUpdate.Builder<K,V> |
withValue(V value) |
public MapUpdate.Builder<K,V> withMapName(String name)
public MapUpdate.Builder<K,V> withType(MapUpdate.Type type)
public MapUpdate.Builder<K,V> withKey(K key)
public MapUpdate.Builder<K,V> withCurrentValue(V value)
public MapUpdate.Builder<K,V> withValue(V value)
public MapUpdate.Builder<K,V> withCurrentVersion(long version)