public class UpdateExpressionList extends UpdateExpression
update_expression := partial_update_expression | [ partial_update_expression,...]
Constructor and Description |
---|
UpdateExpressionList(List<PartialUpdateExpression> l)
Constructs an update expression list using the given expression list
|
UpdateExpressionList(PartialUpdateExpression... l)
Constructs an update expression list using the given expression list
|
Modifier and Type | Method and Description |
---|---|
static UpdateExpressionList |
fromJson(com.fasterxml.jackson.databind.node.ArrayNode node)
Parses an update expression list using the given json object
|
List<PartialUpdateExpression> |
getList()
The list of update expressions
|
com.fasterxml.jackson.databind.JsonNode |
toJson() |
fromJson
getFactory, getSourceNode, toString
public UpdateExpressionList(List<PartialUpdateExpression> l)
public UpdateExpressionList(PartialUpdateExpression... l)
public List<PartialUpdateExpression> getList()
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson
in class JsonObject
public static UpdateExpressionList fromJson(com.fasterxml.jackson.databind.node.ArrayNode node)
Copyright © 2014. All rights reserved.