public static interface Update.AddToBuilder
ColumnName.| Modifier and Type | Method and Description |
|---|---|
Update |
addAll(Map<? extends Object,? extends Object> map)
Associate all entries of the specified
map with the map at ColumnName. |
Update |
append(Object value)
Append the
value to the collection. |
Update |
appendAll(Iterable<? extends Object> values)
Append all
values to the collection. |
Update |
appendAll(Object... values)
Append all
values to the collection. |
Update |
entry(Object key,
Object value)
Associate the specified
value with the specified key in the map. |
Update |
prepend(Object value)
Prepend the
value to the collection. |
Update |
prependAll(Iterable<? extends Object> values)
Prepend all
values to the collection. |
Update |
prependAll(Object... values)
Prepend all
values to the collection. |
Update prepend(Object value)
value to the collection.value - must not be null.Update object containing the merge result of the existing assignments and the current
assignment.Update prependAll(Object... values)
values to the collection.values - must not be null.Update object containing the merge result of the existing assignments and the current
assignment.Update prependAll(Iterable<? extends Object> values)
values to the collection.values - must not be null.Update object containing the merge result of the existing assignments and the current
assignment.Update append(Object value)
value to the collection.value - must not be null.Update object containing the merge result of the existing assignments and the current
assignment.Update appendAll(Object... values)
values to the collection.values - must not be null.Update object containing the merge result of the existing assignments and the current
assignment.Update appendAll(Iterable<? extends Object> values)
values to the collection.values - must not be null.Update object containing the merge result of the existing assignments and the current
assignment.Update entry(Object key, Object value)
value with the specified key in the map.key - must not be null.value - must not be null.Update object containing the merge result of the existing assignments and the current
assignment.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.