public static class ComparisonOperators.Lte extends Object
AggregationExpression for $lte.protected String getMongoMethod()
public static ComparisonOperators.Lte valueOf(String fieldReference)
ComparisonOperators.Lte.fieldReference - must not be null.public static ComparisonOperators.Lte valueOf(AggregationExpression expression)
ComparisonOperators.Lte.expression - must not be null.public ComparisonOperators.Lte lessThanEqualTo(String fieldReference)
ComparisonOperators.Lte with all previously added arguments appending the given one.fieldReference - must not be null.public ComparisonOperators.Lte lessThanEqualTo(AggregationExpression expression)
ComparisonOperators.Lte with all previously added arguments appending the given one.expression - must not be null.public ComparisonOperators.Lte lessThanEqualToValue(Object value)
ComparisonOperators.Lte with all previously added arguments appending the given one.value - must not be null.public com.mongodb.DBObject toDbObject(AggregationOperationContext context)
AggregationExpressiontoDbObject in interface AggregationExpressionpublic com.mongodb.DBObject toDbObject(Object value, AggregationOperationContext context)
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.