public static class VariableOperators.Let.ExpressionVariable extends Object
| Modifier and Type | Method and Description |
|---|---|
VariableOperators.Let.ExpressionVariable |
forExpression(AggregationExpression expression)
Create a new
VariableOperators.Let.ExpressionVariable with current name and given expression. |
VariableOperators.Let.ExpressionVariable |
forExpression(com.mongodb.DBObject expressionObject)
Create a new
VariableOperators.Let.ExpressionVariable with current name and given expressionObject. |
static VariableOperators.Let.ExpressionVariable |
newVariable(String variableName)
Create a new
VariableOperators.Let.ExpressionVariable with given name. |
public static VariableOperators.Let.ExpressionVariable newVariable(String variableName)
VariableOperators.Let.ExpressionVariable with given name.variableName - must not be null.public VariableOperators.Let.ExpressionVariable forExpression(AggregationExpression expression)
VariableOperators.Let.ExpressionVariable with current name and given expression.expression - must not be null.public VariableOperators.Let.ExpressionVariable forExpression(com.mongodb.DBObject expressionObject)
VariableOperators.Let.ExpressionVariable with current name and given expressionObject.expressionObject - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.