public static interface AggregationUpdate.SetValueAppender
| Modifier and Type | Method and Description |
|---|---|
AggregationUpdate |
toValue(Object value)
Define the target value as is.
|
AggregationUpdate |
toValueOf(Object value)
Define the target value as value, an
AggregationExpression or a Field reference. |
AggregationUpdate toValue(@Nullable Object value)
value - can be null.AggregationUpdate toValueOf(Object value)
AggregationExpression or a Field reference.value - can be null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.